Skip to content

feature request: specify commit hash as golangci-lint version #525

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

Closed
ansiwen opened this issue Jul 31, 2022 · 4 comments
Closed

feature request: specify commit hash as golangci-lint version #525

ansiwen opened this issue Jul 31, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@ansiwen
Copy link

ansiwen commented Jul 31, 2022

Would be great if it would be possible to use pre-release versions of golangci-lint by specifying a commit hash instead of a version string (as you can do with `go install).

@bewuethr
Copy link

bewuethr commented Aug 3, 2022

Isn't that always possible, as long as you have a commit hash?

uses: golangci/golangci-lint-action@05a61b80ab9743dd4e7ddafc2728db7db095fce3

@ansiwen
Copy link
Author

ansiwen commented Aug 4, 2022

That's for the version of the golangci-lint-action, not for actual golangci-lint tool.

@bewuethr
Copy link

bewuethr commented Aug 4, 2022

Right! Duh 😕

@ldez ldez added the enhancement New feature or request label Aug 7, 2022
@ldez
Copy link
Member

ldez commented Aug 7, 2022

Close in favor of #540

@ldez ldez closed this as completed Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants