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
In order to fix lint issues in #239 it was necessary to switch the golangci-lint install from a release to go install at a specific version. This has the effect of significantly slowing down bootstrap, which in turn slows down the test and lint CI jobs.
Fix this either by switching back to a golangci-lint release when available (must contain the latest staticcheck) or by using Github Actions caching to cache the Go modules and build caches.
The text was updated successfully, but these errors were encountered:
In order to fix lint issues in #239 it was necessary to switch the
golangci-lint
install from a release togo install
at a specific version. This has the effect of significantly slowing down bootstrap, which in turn slows down the test and lint CI jobs.Fix this either by switching back to a
golangci-lint
release when available (must contain the lateststaticcheck
) or by using Github Actions caching to cache the Go modules and build caches.The text was updated successfully, but these errors were encountered: