From 2745843b59aefe475f921a2f4290de6267a790be Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 15 Nov 2023 03:13:25 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.20.11 --- 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 9bf7850..fe9f61b 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -1,6 +1,6 @@ module github.com/GoogleCloudPlatform/terraform-google-cloud-armor/test/integration -go 1.20 +go 1.20.11 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.9.2