Upgrade to golangci-lint v1.32.2

This commit is contained in:
Sargun Dhillon
2020-11-06 17:06:55 -08:00
parent 544cca975f
commit 5f63e9d30a

View File

@@ -18,7 +18,7 @@ jobs:
command: V=1 CI=1 make vet
- run:
name: Install linters
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.17.1 && mv ./bin/* /go/bin/
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.32.2 && mv ./bin/* /go/bin/
- run:
name: Lint
command: golangci-lint run ./...