From a336dcd3c2ee420d8d2086a2f5d8039f1e6fbcbf Mon Sep 17 00:00:00 2001 From: KIMURA Kazunori Date: Sat, 19 Jul 2025 00:42:42 +0900 Subject: [PATCH] CI: update executor for job `release` to go 1.24 from go 1.22 "go installl meterup/github-release" fails as dependency (kevinburke/rest@v0.0.0) requires go >= 1.23.0) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b2369001..10cf0a50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -277,7 +277,7 @@ jobs: release: executor: name: go/default - tag: '1.22' + tag: '1.24' steps: - checkout - run: