From 9cd1ed490ad31bf93a22cee03335209ce9e58d9a Mon Sep 17 00:00:00 2001 From: Erhan Cagirici Date: Tue, 5 Nov 2024 19:21:55 +0300 Subject: [PATCH] bump go version to 1.23 Signed-off-by: Erhan Cagirici --- .github/workflows/ci.yml | 2 +- .github/workflows/uptest-trigger.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8856c9bc..89aab2553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: workflow_dispatch: {} env: - GO_VERSION: "1.21" + GO_VERSION: "1.23" jobs: detect-noop: diff --git a/.github/workflows/uptest-trigger.yml b/.github/workflows/uptest-trigger.yml index 233cca63d..f047365b7 100644 --- a/.github/workflows/uptest-trigger.yml +++ b/.github/workflows/uptest-trigger.yml @@ -9,7 +9,7 @@ on: types: [created] env: - GO_VERSION: "1.21" + GO_VERSION: "1.23" jobs: debug: diff --git a/go.mod b/go.mod index ff67ef5ac..1985a026f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/upbound/provider-gcp -go 1.21 +go 1.23 require ( dario.cat/mergo v1.0.0