From 1df47bc134bb2989cc2bc4444004ff672aa96f9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:26:31 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 --- aws/go.mod | 2 +- azure/go.mod | 2 +- gcp/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aws/go.mod b/aws/go.mod index 5791557ef..ee85234b4 100644 --- a/aws/go.mod +++ b/aws/go.mod @@ -2,7 +2,7 @@ module wrongsecrets go 1.24.0 -toolchain go1.25.5 +toolchain go1.26.0 require github.com/gruntwork-io/terratest v0.51.0 diff --git a/azure/go.mod b/azure/go.mod index 9aad79ab2..52a763bf4 100644 --- a/azure/go.mod +++ b/azure/go.mod @@ -2,7 +2,7 @@ module wrongsecrets go 1.24.0 -toolchain go1.25.5 +toolchain go1.26.0 require github.com/gruntwork-io/terratest v0.51.0 diff --git a/gcp/go.mod b/gcp/go.mod index 7613f97c4..5678766b8 100644 --- a/gcp/go.mod +++ b/gcp/go.mod @@ -2,7 +2,7 @@ module wrongsecrets go 1.24.0 -toolchain go1.25.5 +toolchain go1.26.0 require github.com/gruntwork-io/terratest v0.51.0