Skip to content

Commit 0e5bbf9

Browse files
committed
Install golangci-lint from source
See golangci/golangci-lint#652
1 parent ca58287 commit 0e5bbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

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

0 commit comments

Comments
 (0)