From a0754f9e92013c3d647a27956ab45eff4641d2a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:46:08 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.20.11 --- 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 28f702084..4c5e73353 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-google-modules/terraform-google-project-factory/test/integration -go 1.20 +go 1.20.11 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.10.0