Fix binary

This commit is contained in:
David Newhall II 2019-06-05 17:32:30 -07:00
parent 094f45d3a3
commit 381ad45f12
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ go:
before_install: before_install:
- mkdir -p $GOPATH/bin - mkdir -p $GOPATH/bin
# Download the `dep` binary to bin folder in $GOPATH # Download the `dep` binary to bin folder in $GOPATH
- curl -sLo $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.3/dep-darwin-amd64 - curl -sLo $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.3/dep-linux-amd64
- chmod +x $GOPATH/bin/dep - chmod +x $GOPATH/bin/dep
# download super-linter: golangci-lint # download super-linter: golangci-lint
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest - curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest