diff --git a/.tool-versions b/.tool-versions index b27cfec8..2d526402 100644 --- a/.tool-versions +++ b/.tool-versions @@ -13,22 +13,22 @@ # check it with # diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly" -awscli 2.15.58 +awscli 2.16.0 # renovate: datasource=github-tags depName=eksctl-io/eksctl -eksctl 0.179.0 +eksctl 0.181.0 golang 1.22.3 just 1.27.0 -opentofu 1.7.1 +opentofu 1.7.2 pre-commit 3.7.1 terraform 1.8.4 -terraform-docs 0.17.0 +terraform-docs 0.18.0 tflint 0.51.1 diff --git a/justfile b/justfile index 43926ca9..0721cb07 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,7 @@ # this file is a recipe file for the project # renovate: datasource=github-releases depName=gotestyourself/gotestsum -gotestsum_version := "v1.11.0" +gotestsum_version := "v1.12.0" # Launch a single test using go test in verbose mode test-verbose testname: install-tests-go-mod