File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Expand file tree Collapse file tree 5 files changed +12
-6
lines changed 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.17
21+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.18
2222DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424
Original file line number Diff line number Diff line change @@ -223,5 +223,5 @@ tags:
223223 - ' integration'
224224substitutions :
225225 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
226- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.17 '
226+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.18 '
227227 _API_ACTIVATION_SECONDS_WAIT : ' 900'
Original file line number Diff line number Diff line change 2121- ' lint'
2222substitutions :
2323 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
24- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.17 '
24+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.18 '
Original file line number Diff line number Diff line change 11module github.com/terraform-google-modules/terraform-google-sql-db/test/integration
22
3- go 1.20
3+ go 1.21
4+
5+ toolchain go1.21.5
46
57require (
6- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.10.1
8+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.10.2
79 github.com/stretchr/testify v1.8.4
810)
911
@@ -31,7 +33,7 @@ require (
3133 github.com/google/uuid v1.3.1 // indirect
3234 github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
3335 github.com/googleapis/gax-go/v2 v2.12.0 // indirect
34- github.com/gruntwork-io/terratest v0.46.6 // indirect
36+ github.com/gruntwork-io/terratest v0.46.7 // indirect
3537 github.com/hashicorp/errwrap v1.1.0 // indirect
3638 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3739 github.com/hashicorp/go-getter v1.7.2 // indirect
Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
189189github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
190190github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.10.1 h1:eOqSlege+69h9JhR/ydpHCBLCfQmJuznPGdhLY/SDcU =
191191github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.10.1 /go.mod h1:R0AXqSshPDVYHGopYGwPxguApNpFFOdaVAJ8XO2BxJ0 =
192+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.10.2 h1:VumKmHhd+jO9nZCUzKltGKv4U5j1hxueRzBaoch+SvY =
193+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.10.2 /go.mod h1:sDPahz16/LVyT5feMgYcPPx68rozeDI3LaM9/5Ok9GA =
192194github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
193195github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo =
194196github.com/agext/levenshtein v1.2.3 /go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558 =
@@ -351,6 +353,8 @@ github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+
351353github.com/grpc-ecosystem/grpc-gateway v1.16.0 /go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw =
352354github.com/gruntwork-io/terratest v0.46.6 h1:OO+BozS6nqeu0OhkLy7opkgDoYafkDr1TPlxprma26M =
353355github.com/gruntwork-io/terratest v0.46.6 /go.mod h1:6gI5MlLeyF+SLwqocA5GBzcTix+XiuxCy1BPwKuT+WM =
356+ github.com/gruntwork-io/terratest v0.46.7 h1:oqGPBBO87SEsvBYaA0R5xOq+Lm2Xc5dmFVfxEolfZeU =
357+ github.com/gruntwork-io/terratest v0.46.7 /go.mod h1:6gI5MlLeyF+SLwqocA5GBzcTix+XiuxCy1BPwKuT+WM =
354358github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
355359github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
356360github.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