From 4de0e5cfcd34feafd58ad583674dedc45adff074 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 2 Oct 2024 15:23:48 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.22.8 --- 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 bf7da923..21e61bad 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/blueprints/test/integration 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