From c54ca5cb88c08d66b25f9d1eeabe40475e243a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Mon, 3 Feb 2025 20:07:49 +0300 Subject: [PATCH] Update go version to 1.23.5 [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 f5e55fe..1e8e186 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/upbound/provider-gcp-beta -go 1.23.3 +go 1.23.5 require ( dario.cat/mergo v1.0.0