-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Manage 3rd party tools via dedicated go.mod #5509
Conversation
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5509 +/- ##
=======================================
Coverage 96.19% 96.19%
=======================================
Files 327 327
Lines 16012 16012
=======================================
Hits 15403 15403
Misses 435 435
Partials 174 174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Which problem is this PR solving?
go install
commands in the Makefile. This prevented dependabot from keeping their versions up to dateDescription of the changes
.tools
How was this change tested?
make install-tools
make install-test-tools
make install-build-tools
make lint
make generate-mocks