From 8c7bc6d7caf5988631a1887df098789c9e7a4bc2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 9 Jul 2024 04:23:47 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.22.5 --- infra/test/integration/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/test/integration/go.mod b/infra/test/integration/go.mod index 763ebc6a..19907ad6 100644 --- a/infra/test/integration/go.mod +++ b/infra/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/terraform-google-modules/dynamic-python-webapp/test/integratio go 1.22 -toolchain go1.22.4 +toolchain go1.22.5 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.0