Closed atc0005 closed 4 years ago
Pulled from https://github.com/golangci/golangci-lint#install:
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.25.0
golangci-lint --version
v1.25.1 released today.
It might be useful if I set the value externally somewhere and have the build process reference that. Perhaps pull a wrapper script from one of my repos instead?
Closing in favor of #18.
This can be done alongside switching to a stable binary instead of building from master as many (all?) of the CI linting install task runs currently do.