Closed
Description
Welcome
- Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself.
- Yes, I've searched similar issues on GitHub and didn't find any.
Your feature request related to a problem? Please describe.
Hey,
I'm exploring the idea of using a project level package manager (https://www.jetify.com/devbox/) for our tooling and we would like for it to handle the installation of golangci-lint in our CI.
That being said, the action offers some nice caching capabilities and feedback features that we would still be happy to keep using.
But we can't really do that with the current golangci-lint apparently,
Describe the solution you'd like.
Would it make sense to add a third value (None
) to the install mode enum, that would only lookup in the system where golangci-lint is being installed?
Describe alternatives you've considered.
Not using the golangci-lint action :(.
Additional context.
No response