This commit is contained in:
Matti R 2021-10-08 14:50:40 -04:00
parent 25de33c20f
commit 517c3a9bde
No known key found for this signature in database
GPG Key ID: 9D8A57ADAA232E95
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ generate:
lint:
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
export BINARY="golangci-lint"; \
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.1; \
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0; \
fi
golangci-lint run --timeout 5m