From f613f0bb804e112f63b9eb6a1dc06d31809f4781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 03:06:51 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.24.5 --- 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 4af16e1..adcf9a2 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/terraform-google-vpc-service-controls/test go 1.23.0 -toolchain go1.24.4 +toolchain go1.24.5 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.7