Skip to content

Commit a336dcd

Browse files
committed
CI: update executor for job release to go 1.24
from go 1.22 "go installl meterup/github-release" fails as dependency (kevinburke/[email protected]) requires go >= 1.23.0)
1 parent b3f5998 commit a336dcd

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)