-
Notifications
You must be signed in to change notification settings - Fork 39
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: use project defined golangci-lint version #341
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #341 +/- ##
=======================================
Coverage 52.77% 52.77%
=======================================
Files 69 69
Lines 5095 5095
=======================================
Hits 2689 2689
Misses 1832 1832
Partials 574 574
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
In case we would like to avoid this third_party package, we could also do something like this: https://github.com/Kong/koko-private/blob/dev/scripts/install-tools.sh#L27-L30 (used with |
This is exactly what we're trying to avoid for 3 reasons:
|
Do not depend on pre-installed
golangci-lint
version. Use a project defined version, as it's done in e.g. KIC