From 9a1a45593dba909fa3c444e2147c6a2892469349 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:11:36 +0000 Subject: [PATCH] chore(deps): Update go modules and/or dev-tools --- build/int.cloudbuild.yaml | 2 +- build/lint.cloudbuild.yaml | 2 +- test/integration/go.mod | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 270bf53f..a3fb2a3c 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -257,5 +257,5 @@ tags: - 'integration' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.20' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22' _API_ACTIVATION_SECONDS_WAIT: '300' diff --git a/build/lint.cloudbuild.yaml b/build/lint.cloudbuild.yaml index bb70d65f..1d73f054 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.20' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22' diff --git a/test/integration/go.mod b/test/integration/go.mod index 4f77425a..67b4b155 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,10 +2,10 @@ module github.com/terraform-google-modules/terraform-google-sql-db/test/integrat go 1.21 -toolchain go1.21.9 +toolchain go1.22.8 require ( - github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14.0 + github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2 github.com/stretchr/testify v1.9.0 )