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