From c371e2ea1b26e9e179f650fc813133bfce91cb4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:47:35 +0000 Subject: [PATCH] chore(deps): Update go modules and/or dev-tools --- Makefile | 2 +- build/int.cloudbuild.yaml | 2 +- build/lint.cloudbuild.yaml | 2 +- test/integration/go.mod | 12 +++++++----- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 6d644ab8..1354c61c 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # Make will use bash instead of sh SHELL := /usr/bin/env bash -DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.24 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 76a84575..d75fcc34 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -150,4 +150,4 @@ tags: - 'integration' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.24' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.25' diff --git a/build/lint.cloudbuild.yaml b/build/lint.cloudbuild.yaml index 073027ac..ea20ab38 100644 --- a/build/lint.cloudbuild.yaml +++ b/build/lint.cloudbuild.yaml @@ -21,4 +21,4 @@ tags: - 'lint' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.24' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.25' diff --git a/test/integration/go.mod b/test/integration/go.mod index 07638e6d..26abd3eb 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,9 +2,14 @@ module github.com/GoogleCloudPlatform/terraform-google-vpc-service-controls/test go 1.23.0 -toolchain go1.23.9 +toolchain go1.24.3 -require github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.6 +require ( + github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.6 + github.com/gruntwork-io/terratest v0.48.2 + github.com/stretchr/testify v1.10.0 + github.com/tidwall/gjson v1.18.0 +) require ( github.com/agext/levenshtein v1.2.3 // indirect @@ -18,7 +23,6 @@ require ( github.com/go-openapi/swag v0.23.0 // indirect github.com/google/gnostic-models v0.6.9 // indirect github.com/google/go-cmp v0.6.0 // indirect - github.com/gruntwork-io/terratest v0.48.2 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-getter/v2 v2.2.3 // indirect @@ -39,8 +43,6 @@ require ( github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 // indirect github.com/mitchellh/go-wordwrap v1.0.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect - github.com/stretchr/testify v1.10.0 // indirect - github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect github.com/tidwall/sjson v1.2.5 // indirect