diff --git a/Makefile b/Makefile index 4f584b1..a97118f 100644 --- a/Makefile +++ b/Makefile @@ -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