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.
The current action download golangci-lint executable
github action cache usually make that fast
I'd like to have the ability to specify custome path to the golangci-lint
for example, if action runs inside a container, include golangci-lint in the container's path
Describe the solution you'd like.
Provide an option to specify a path in the action runtime filesystem.
Describe alternatives you've considered.
No alternative I can think of
Additional context.
No response