File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
# Make will use bash instead of sh
19
19
SHELL := /usr/bin/env bash
20
20
21
- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.20
21
+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.21
22
22
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
23
23
REGISTRY_URL := gcr.io/cloud-foundation-cicd
24
24
Original file line number Diff line number Diff line change @@ -256,5 +256,5 @@ tags:
256
256
- ' integration'
257
257
substitutions :
258
258
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
259
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.20 '
259
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.21 '
260
260
_API_ACTIVATION_SECONDS_WAIT : ' 900'
Original file line number Diff line number Diff line change 21
21
- ' lint'
22
22
substitutions :
23
23
_DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
24
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.20 '
24
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.21 '
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ module github.com/terraform-google-modules/terraform-google-sql-db/test/integrat
2
2
3
3
go 1.21
4
4
5
- toolchain go1.21.9
5
+ toolchain go1.21.10
6
6
7
7
require (
8
- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14 .0
8
+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.15 .0
9
9
github.com/stretchr/testify v1.9.0
10
10
)
11
11
You can’t perform that action at this time.
0 commit comments