From a445a5b373accfecf33fbbb8ab087a58f5dfe9af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:17:09 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.22.8 (#944) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/integration/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/go.mod b/test/integration/go.mod index 4beca669..04300e3c 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/terraform-google-modules/terraform-google-project-factory/test go 1.22.0 -toolchain go1.22.7 +toolchain go1.22.8 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2