From 0d50dc7ba9bf8bc1f7ae2a8a860544667db56dfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 01:20:17 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.20.11 --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index 51c02b0..1093e46 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,6 +1,6 @@ module integration -go 1.20 +go 1.20.11 require github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.9.2