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 actions/setup-go
action which is a requirement of this action already, has automatic caching now. When using that feature with skip-pkg-cache: false
it causes many annotations to appear like the following screenshot.
Describe the solution you'd like.
Would it be possible to just have this action store it's caches in the same directories the actions/setup-go
action uses? Then things should just work out of the box I assume.
Describe alternatives you've considered.
Setting skip-pkg-cache: true
when using the latest setup-go
actions.
Additional context.
Not much. But happy to provide.