From f322bd037df32de0a9cff0de132617542cf7d70c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 12 Sep 2024 01:02:48 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.22.7 --- 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 91603a9..d95324b 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/terraform-google-cloud-armor/test/integrat go 1.22 -toolchain go1.22.6 +toolchain go1.22.7 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.1