From c2c6c6ca14f5f0c06758cb5e07b7055926f6211f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 03:34:35 +0000 Subject: [PATCH] fix(deps): Update dependency go to v1.24.10 --- helpers/foundation-deployer/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/foundation-deployer/go.mod b/helpers/foundation-deployer/go.mod index 1eacdb529..b525d3b11 100644 --- a/helpers/foundation-deployer/go.mod +++ b/helpers/foundation-deployer/go.mod @@ -2,7 +2,7 @@ module github.com/terraform-google-modules/terraform-example-foundation/helpers/ go 1.23.0 -toolchain go1.24.1 +toolchain go1.24.10 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.3