From ab4ed39ced96601a0c0952f85b01b22cf42846f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 06:05:42 +0000 Subject: [PATCH] chore(deps): Update go modules and/or dev-tools --- Makefile | 2 +- build/int.cloudbuild.yaml | 2 +- build/lint.cloudbuild.yaml | 2 +- helpers/foundation-deployer/go.mod | 2 +- test/integration/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5b17a5a5e..552729d2a 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.20 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.21 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 ed3be19a1..e8cd46298 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -178,4 +178,4 @@ options: - 'TF_IN_AUTOMATION=true' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.20' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.21' diff --git a/build/lint.cloudbuild.yaml b/build/lint.cloudbuild.yaml index 526154da2..07abf8be0 100644 --- a/build/lint.cloudbuild.yaml +++ b/build/lint.cloudbuild.yaml @@ -24,7 +24,7 @@ tags: - 'lint' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.20' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.21' options: machineType: 'N1_HIGHCPU_8' env: diff --git a/helpers/foundation-deployer/go.mod b/helpers/foundation-deployer/go.mod index 146e3f63c..8a5f00928 100644 --- a/helpers/foundation-deployer/go.mod +++ b/helpers/foundation-deployer/go.mod @@ -6,7 +6,7 @@ require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.15.0 github.com/gruntwork-io/terratest v0.46.15 github.com/hashicorp/hcl/v2 v2.20.1 - github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 + github.com/mitchellh/go-testing-interface 93f0c65740d3 github.com/stretchr/testify v1.9.0 github.com/terraform-google-modules/terraform-example-foundation/test/integration v0.0.0-20240523115242-f22eb6682512 github.com/tidwall/gjson v1.17.1 diff --git a/test/integration/go.mod b/test/integration/go.mod index 4f97357ee..c7963cf18 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -5,7 +5,7 @@ go 1.21.0 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.15.0 github.com/gruntwork-io/terratest v0.46.15 - github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 + github.com/mitchellh/go-testing-interface 93f0c65740d3 github.com/stretchr/testify v1.9.0 github.com/tidwall/gjson v1.17.1 golang.org/x/oauth2 v0.20.0