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
Without caching enabled in golangci-lint GitHub Actions job, it takes around 5 minutes to lint Golang code.
The golangci-lint action supports caching, but has an intermitent issue mentioned here - golangci/golangci-lint-action#244
Without caching enabled in golangci-lint GitHub Actions job, it takes around 5 minutes to lint Golang code.
The golangci-lint action supports caching, but has an intermitent issue mentioned here - golangci/golangci-lint-action#244
Currently caching is disabled in our Lint job with the following lines - https://github.com/armadaproject/armada/blob/master/.github/workflows/go.yml#L32-L33
Either find a way how to run the action with caching enabled deterministically, or create a PR with a fix in https://github.com/golangci/golangci-lint-action
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: