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
## Summary
We're going way above our GHA cache limits because every branch creates
new cache keys for golangci-lint and our go builds. This means we rarely
get cache hits.
This bumps GHA versions and changes golangci-lint to use daily cache
(instead of creating a new unique cache key on every branch)
This also fixes a an issue where we're doing tests twice (once on push
and once on pull request)
## How was it tested?
CICD
0 commit comments