Skip to content

Commit

Permalink
replace deprecated "go get..." with "go install ...@latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Jun 22, 2022
1 parent 81f78ef commit 4ef70b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- restore_cache:
keys:
- go-mod-v1-{{ checksum "go.sum" }}
- run: go get -u github.com/jstemmer/go-junit-report
- run: go install github.com/jstemmer/go-junit-report@latest
- run: make headers
- run: make deps
- run: make ci-lint
Expand Down

0 comments on commit 4ef70b1

Please sign in to comment.