Workaround due to write permission to bin directory

Pro tip: If you're gonna curl|bash, at least don't curl|sudo bash.
This commit is contained in:
Cody Soyland 2019-02-01 21:10:32 -06:00 committed by Seebs
parent 258646a7d5
commit d84fcb09e7

View file

@ -39,7 +39,8 @@ jobs:
<<: *defaults
steps:
- *fast-checkout
- run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.13.2
- run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.13.2
- run: sudo cp bin/golangci-lint /usr/local/bin/
- run: make golangci-lint
test-build-arm:
<<: *defaults