From f3089efc2a31cc4da0f73b65feac48fe65313f5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:45:05 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.20.10 --- 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 cd82def46..24b1dbc47 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.10 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 999f0abae..13d653efe 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.10 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.0