From d6a69ba8068ac79c159f46e626caa93b5a4b9846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Tue, 4 Feb 2025 14:45:13 +0300 Subject: [PATCH 1/2] 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 --- .github/workflows/ci.yml | 2 +- .github/workflows/uptest-trigger.yaml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 275a88e61c..d287314c4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: workflow_dispatch: {} env: - GO_VERSION: "1.22" + GO_VERSION: "1.23.5" jobs: detect-noop: diff --git a/.github/workflows/uptest-trigger.yaml b/.github/workflows/uptest-trigger.yaml index fc69217bb1..5c6a1ac68c 100644 --- a/.github/workflows/uptest-trigger.yaml +++ b/.github/workflows/uptest-trigger.yaml @@ -9,7 +9,7 @@ on: types: [created] env: - GO_VERSION: "1.22" + GO_VERSION: "1.23.5" jobs: debug: diff --git a/go.mod b/go.mod index b1f12f0866..d51c0ab8c9 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/upbound/provider-aws -go 1.23.3 +go 1.23.5 require ( dario.cat/mergo v1.0.0 From b7b8a2bb221390cbd3b564b9c765a55aa37452d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Mon, 10 Feb 2025 19:43:01 +0300 Subject: [PATCH 2/2] Update go version to 1.23.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- .github/workflows/ci.yml | 2 +- .github/workflows/uptest-trigger.yaml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d287314c4a..36a4a6e68a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: workflow_dispatch: {} env: - GO_VERSION: "1.23.5" + GO_VERSION: "1.23.6" jobs: detect-noop: diff --git a/.github/workflows/uptest-trigger.yaml b/.github/workflows/uptest-trigger.yaml index 5c6a1ac68c..a8cd453394 100644 --- a/.github/workflows/uptest-trigger.yaml +++ b/.github/workflows/uptest-trigger.yaml @@ -9,7 +9,7 @@ on: types: [created] env: - GO_VERSION: "1.23.5" + GO_VERSION: "1.23.6" jobs: debug: diff --git a/go.mod b/go.mod index d51c0ab8c9..db7bce9261 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/upbound/provider-aws -go 1.23.5 +go 1.23.6 require ( dario.cat/mergo v1.0.0