Skip to content

Commit 3ed4f27

Browse files
authored
Merge pull request sameersbn#3141 from kkimurak/update-go-in-ci-release-job
CI: update executor for job `release` to go 1.24
2 parents b3f5998 + a336dcd commit 3ed4f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
release:
278278
executor:
279279
name: go/default
280-
tag: '1.22'
280+
tag: '1.24'
281281
steps:
282282
- checkout
283283
- run:

0 commit comments

Comments
 (0)