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
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.
I would like to include the values of GOARCH, GOARM, GOOS and the --build-tags argument into the cache key which is not possible because the cache key is hardcoded.
Describe the solution you'd like.
A cache-key option to define a custom cache key.
Describe alternatives you've considered.
None
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Golangci-lint should not be used from a platform to target another platform (GOOS, GOARCH, ...)
Golangci-lint is not Go.
You can influence the analysis by playing with the GOOS or GOARCH but golangci-lint is compiled for a specific OS, so some pieces, related to the other OS, can be missing and lead to unexpected behavior.
Welcome
Your feature request related to a problem? Please describe.
I would like to include the values of
GOARCH
,GOARM
,GOOS
and the--build-tags
argument into the cache key which is not possible because the cache key is hardcoded.Describe the solution you'd like.
A
cache-key
option to define a custom cache key.Describe alternatives you've considered.
None
Additional context.
No response
The text was updated successfully, but these errors were encountered: