From 72121521930f0e6df8bd9f1cfa7ba42dbda91cb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:17:31 +0000 Subject: [PATCH] chore(deps): Update dependency go to 1.20 --- 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 c23d43f3..14af9a08 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-google-modules/terraform-google-bootstrap/test/integration -go 1.18 +go 1.20 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.2