diff --git a/helper/golint.sh b/helper/golint.sh index 6c4b568..71f1817 100644 --- a/helper/golint.sh +++ b/helper/golint.sh @@ -1,4 +1,4 @@ set -x -curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.0 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2 $(go env GOPATH)/bin/golangci-lint run