From 26b5559726c8421a0ea72b72c2938e0888a8f085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Mon, 10 Feb 2025 15:21:26 +0300 Subject: [PATCH] Update go version to 1.23.6 [SECURITY] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 34a778a42..217530f23 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/upbound/provider-gcp -go 1.23.5 +go 1.23.6 require ( dario.cat/mergo v1.0.0