diff --git a/anthos-bm-gcp-terraform/test/go.mod b/anthos-bm-gcp-terraform/test/go.mod index 893f494e..f813c768 100644 --- a/anthos-bm-gcp-terraform/test/go.mod +++ b/anthos-bm-gcp-terraform/test/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/anthos-samples/anthos-bm-gcp-terraform go 1.21 -toolchain go1.21.3 +toolchain go1.23.2 require ( github.com/gruntwork-io/terratest v0.47.2 diff --git a/test/integration/go.mod b/test/integration/go.mod index b4626e54..bab87fb8 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/anthos-samples/test/integration go 1.22.0 -toolchain go1.23.1 +toolchain go1.23.2 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2