We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go install
1 parent ebe1214 commit 5b6cbdbCopy full SHA for 5b6cbdb
1 file changed
.circleci/config.yml
@@ -5,8 +5,8 @@ jobs:
5
- image: cimg/go:1.18
6
steps:
7
- checkout
8
- - run: go get -u github.com/mitchellh/gox
9
- - run: go get -u github.com/tcnksm/ghr
+ - run: go install github.com/mitchellh/gox@latest
+ - run: go install github.com/tcnksm/ghr@v0.16.0
10
- run: sudo apt-get update && sudo apt-get install p7zip-full
11
- run: make dist
12
- run:
0 commit comments