From a596d92bab6e5d1e9b4f2ef18b267edf8d0673bf Mon Sep 17 00:00:00 2001
From: Mend Renovate <bot@renovateapp.com>
Date: Mon, 11 Nov 2024 20:53:33 +0000
Subject: [PATCH] chore(deps): Update dependency go to v1.22.9

---
 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 1b6d63d7..85ec8e7a 100644
--- a/test/integration/go.mod
+++ b/test/integration/go.mod
@@ -2,7 +2,7 @@ module github.com/terraform-google-modules/terraform-example-foundation/test/int
 
 go 1.22.7
 
-toolchain go1.22.8
+toolchain go1.22.9
 
 require (
 	github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.3