Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: slowdown due to golangci-lint install #242

Closed
mmcloughlin opened this issue Apr 11, 2022 · 0 comments
Closed

ci: slowdown due to golangci-lint install #242

mmcloughlin opened this issue Apr 11, 2022 · 0 comments
Labels
cleanup General cleanup and code health

Comments

@mmcloughlin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup General cleanup and code health
Projects
None yet
Development

No branches or pull requests

1 participant