Skip to content

Commit 6f36e25

Browse files
chore(deps): Update go modules and/or dev-tools (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afa9c35 commit 6f36e25

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Make will use bash instead of sh
1919
SHELL := /usr/bin/env bash
2020

21-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.24
21+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25
2222
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323
REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ tags:
150150
- 'integration'
151151
substitutions:
152152
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
153-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.24'
153+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.25'

build/lint.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ tags:
2121
- 'lint'
2222
substitutions:
2323
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
24-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.24'
24+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.25'

test/integration/go.mod

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ module github.com/GoogleCloudPlatform/terraform-google-vpc-service-controls/test
22

33
go 1.23.0
44

5-
toolchain go1.23.9
5+
toolchain go1.24.3
66

7-
require github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.6
7+
require (
8+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.6
9+
github.com/gruntwork-io/terratest v0.48.2
10+
github.com/stretchr/testify v1.10.0
11+
github.com/tidwall/gjson v1.18.0
12+
)
813

914
require (
1015
github.com/agext/levenshtein v1.2.3 // indirect
@@ -18,7 +23,6 @@ require (
1823
github.com/go-openapi/swag v0.23.0 // indirect
1924
github.com/google/gnostic-models v0.6.9 // indirect
2025
github.com/google/go-cmp v0.6.0 // indirect
21-
github.com/gruntwork-io/terratest v0.48.2 // indirect
2226
github.com/hashicorp/errwrap v1.1.0 // indirect
2327
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2428
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
@@ -39,8 +43,6 @@ require (
3943
github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 // indirect
4044
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
4145
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
42-
github.com/stretchr/testify v1.10.0 // indirect
43-
github.com/tidwall/gjson v1.18.0 // indirect
4446
github.com/tidwall/match v1.1.1 // indirect
4547
github.com/tidwall/pretty v1.2.1 // indirect
4648
github.com/tidwall/sjson v1.2.5 // indirect

0 commit comments

Comments
 (0)