Skip to content

Commit

Permalink
CI: bump jobs.release.executor to go/default:1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kkimurak authored and sachilles committed Jun 29, 2024
1 parent 7899fd1 commit 71460cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ jobs:
release:
executor:
name: go/default
tag: '1.14'
tag: '1.22'
steps:
- checkout
- run:
name: Installing github-release tool
command: go get github.com/meterup/github-release
command: go install github.com/meterup/github-release@latest
- run:
name: Creating github release
command: |
Expand Down

0 comments on commit 71460cd

Please sign in to comment.