diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 4f4a4335..0adb1f95 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -66,7 +66,7 @@ tags: - 'integration' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.25' # Uncomment to specify the deployment region. # Resources default to 'us-central1' without a value assigned here. diff --git a/infra/Makefile b/infra/Makefile index d3a598ec..3d654679 100644 --- a/infra/Makefile +++ b/infra/Makefile @@ -18,7 +18,7 @@ # Make will use bash instead of sh SHELL := /usr/bin/env bash -DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd ENABLE_BPMETADATA := 1 diff --git a/infra/test/integration/go.mod b/infra/test/integration/go.mod index e5081a19..674164fb 100644 --- a/infra/test/integration/go.mod +++ b/infra/test/integration/go.mod @@ -2,11 +2,11 @@ module github.com/terraform-google-modules/dynamic-python-webapp/test/integratio go 1.23.0 -toolchain go1.23.8 +toolchain go1.24.3 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.6 - github.com/gruntwork-io/terratest v0.48.2 + github.com/gruntwork-io/terratest v0.49.0 github.com/stretchr/testify v1.10.0 ) diff --git a/infra/test/integration/go.sum b/infra/test/integration/go.sum index f4d33a89..c0061e6d 100644 --- a/infra/test/integration/go.sum +++ b/infra/test/integration/go.sum @@ -34,6 +34,8 @@ github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/gruntwork-io/terratest v0.48.2 h1:+VwfODchq8jxZZWD+s8gBlhD1z6/C4bFLNrhpm9ONrs= github.com/gruntwork-io/terratest v0.48.2/go.mod h1:Y5ETyD4ZQ2MZhasPno272fWuCpKwvTPYDi8Y0tIMqTE= +github.com/gruntwork-io/terratest v0.49.0 h1:GurfpHEOEr8vntB77QcxDh+P7aiQRUgPFdgb6q9PuWI= +github.com/gruntwork-io/terratest v0.49.0/go.mod h1:/+dfGio9NqUpvvukuPo29B8zy6U5FYJn9PdmvwztK4A= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I= github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=