Skip to content

Commit 5b6cbdb

Browse files
committed
Use go install To Install Dependencies For CirleCI Builds
1 parent ebe1214 commit 5b6cbdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
- image: cimg/go:1.18
66
steps:
77
- checkout
8-
- run: go get -u github.com/mitchellh/gox
9-
- run: go get -u github.com/tcnksm/ghr
8+
- run: go install github.com/mitchellh/gox@latest
9+
- run: go install github.com/tcnksm/ghr@v0.16.0
1010
- run: sudo apt-get update && sudo apt-get install p7zip-full
1111
- run: make dist
1212
- run:

0 commit comments

Comments
 (0)