Skip to content

Commit 3bda4ff

Browse files
committed
roll go
1 parent fa37481 commit 3bda4ff

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
@@ -79,7 +79,7 @@ jobs:
7979

8080
publish-github-release:
8181
docker:
82-
- image: circleci/golang:1.17
82+
- image: cimg/go:1.22
8383

8484
steps:
8585
- attach_workspace:
@@ -88,7 +88,7 @@ jobs:
8888
- run:
8989
name: "Publish Release on GitHub"
9090
command: |
91-
go get github.com/tcnksm/ghr
91+
go install github.com/tcnksm/ghr@latest
9292
VERSION=$CIRCLE_TAG
9393
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -n ${VERSION} -delete -prerelease ${VERSION} release/
9494

0 commit comments

Comments
 (0)