From e678bdad222146cac963bf9c109f06ea735c922f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:00:55 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.20.11 --- helpers/foundation-deployer/go.mod | 2 +- test/integration/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/foundation-deployer/go.mod b/helpers/foundation-deployer/go.mod index cd82def460..754fc7c970 100644 --- a/helpers/foundation-deployer/go.mod +++ b/helpers/foundation-deployer/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-google-modules/terraform-example-foundation/helpers/foundation-deployer -go 1.20 +go 1.20.11 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.0 diff --git a/test/integration/go.mod b/test/integration/go.mod index 999f0abae3..544100bf09 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-google-modules/terraform-example-foundation/test/integration -go 1.20 +go 1.20.11 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.0