From 5746cf99edabe405bded5334fae371f8c280f81e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 01:30:29 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.24.8 --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index 9a6ead4..1d97d8a 100644 --- a/test/go.mod +++ b/test/go.mod @@ -2,7 +2,7 @@ module integration go 1.22.0 -toolchain go1.22.8 +toolchain go1.24.8 require github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2