Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying the golangci-lint version #436

Open
djgilcrease opened this issue Dec 2, 2020 · 0 comments
Open

Allow specifying the golangci-lint version #436

djgilcrease opened this issue Dec 2, 2020 · 0 comments

Comments

@djgilcrease
Copy link

This is currently hardcoded to 1.20.0 and I would like to use a newer version as v1.33.0 is currently the latest. Maybe make the install command something like;

curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ${build}/.heroku/golangci/bin ${GOLANCI_VERSION:v1.20.0}

That way you do not need to create a new release every time a new version of golangci-lint is released.

@djgilcrease djgilcrease changed the title Allow specifying the golanci-lint version Allow specifying the golangci-lint version Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@djgilcrease and others