From 80815b940d268e2b1ca9bcec5ffb0840f67181d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:50:27 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.24.9 --- test/integration/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/go.mod b/test/integration/go.mod index 130a7b89..093839af 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/terraform-google-modules/terraform-docs-samples/test/integrati go 1.23.0 -toolchain go1.24.7 +toolchain go1.24.9 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.9