Skip to content

Commit

Permalink
Install golangci-lint from source
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpasquier committed Sep 6, 2019
1 parent ca58287 commit 0e5bbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- checkout
- run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
- run: cd .. && go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
- run: go mod download
- run: golangci-lint run
- run: go test -v ./...
Expand Down

0 comments on commit 0e5bbf9

Please sign in to comment.