Skip to content

Commit 30af35c

Browse files
authored
Merge pull request sameersbn#2963 from kkimurak/ci/release/update-go-version
CI: bump jobs.release.executor to go/default:1.22
2 parents c5e095b + 882ab1e commit 30af35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ jobs:
269269
release:
270270
executor:
271271
name: go/default
272-
tag: '1.14'
272+
tag: '1.22'
273273
steps:
274274
- checkout
275275
- run:
276276
name: Installing github-release tool
277-
command: go get github.com/meterup/github-release
277+
command: go install github.com/meterup/github-release@latest
278278
- run:
279279
name: Creating github release
280280
command: |

0 commit comments

Comments
 (0)