You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
golangci-lint step auto caches the binary. Explicit caching step is not needed anymore.
Refer to https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#internals
Of course, we could cache a specific version of golangci-lint instead of go.mod hash. But effort to create that logic
outweighs its impact.
However, golangci-lint.cache-{runner_os}-{working_directory}-{interval_number}-{go.mod_hash} has its advantages; it updates
itself with go.mod changes.
We delete older caches using auto delete cache workflow.
0 commit comments