From e7904d742ee98e609f882a0fdda3c8bb5b0994ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:13:17 +0200 Subject: [PATCH] chore(deps): update mono-update-renovate (#61) | datasource | package | from | to | | --------------- | ----------------------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.15.58 | 2.16.0 | | github-tags | eksctl-io/eksctl | 0.179.0 | 0.181.0 | | github-releases | gotestyourself/gotestsum | v1.11.0 | v1.12.0 | | github-releases | opentofu/opentofu | 1.7.1 | 1.7.2 | | github-tags | terraform-docs/terraform-docs | 0.17.0 | 0.18.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .tool-versions | 8 ++++---- justfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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