File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6666- ' integration'
6767substitutions :
6868 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
69- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.23 '
69+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.25 '
7070
7171# Uncomment to specify the deployment region.
7272# Resources default to 'us-central1' without a value assigned here.
Original file line number Diff line number Diff line change 1818# Make will use bash instead of sh
1919SHELL := /usr/bin/env bash
2020
21- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23
21+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25
2222DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424ENABLE_BPMETADATA := 1
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ module github.com/terraform-google-modules/dynamic-python-webapp/test/integratio
22
33go 1.23.0
44
5- toolchain go1.23.8
5+ toolchain go1.24.3
66
77require (
88 github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.6
9- github.com/gruntwork-io/terratest v0.48.2
9+ github.com/gruntwork-io/terratest v0.49.0
1010 github.com/stretchr/testify v1.10.0
1111)
1212
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
3434github.com/google/gofuzz v1.2.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
3535github.com/gruntwork-io/terratest v0.48.2 h1:+VwfODchq8jxZZWD+s8gBlhD1z6/C4bFLNrhpm9ONrs =
3636github.com/gruntwork-io/terratest v0.48.2 /go.mod h1:Y5ETyD4ZQ2MZhasPno272fWuCpKwvTPYDi8Y0tIMqTE =
37+ github.com/gruntwork-io/terratest v0.49.0 h1:GurfpHEOEr8vntB77QcxDh+P7aiQRUgPFdgb6q9PuWI =
38+ github.com/gruntwork-io/terratest v0.49.0 /go.mod h1:/+dfGio9NqUpvvukuPo29B8zy6U5FYJn9PdmvwztK4A =
3739github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
3840github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
3941github.com/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
You can’t perform that action at this time.
0 commit comments