From ea00af632ce5b8423aa2c732b8dd9c8d292bf182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:16:31 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.22.7 --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index 3cd972f..abdcc05 100644 --- a/test/go.mod +++ b/test/go.mod @@ -2,7 +2,7 @@ module integration go 1.22 -toolchain go1.22.6 +toolchain go1.22.7 require github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.1