-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: update all dependencies for all go mod with dependabot #13180
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #13180 +/- ##
==========================================
- Coverage 55.87% 53.59% -2.29%
==========================================
Files 646 644 -2
Lines 54895 55136 +241
==========================================
- Hits 30675 29552 -1123
- Misses 21762 23212 +1450
+ Partials 2458 2372 -86
|
Check-out https://github.com/julienrbrt/cosmos-sdk/pull/4 to see it in action. |
0ea68ba
to
75a6854
Compare
f4a732e
to
df826c9
Compare
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.
utACK
Description
Closes #11409
The number of go modules is increasing and will keep increasing.
This PR automates the update of all go modules when dependabot submits a PR (so that we don't need to run CI fifteen times, for each dependency update).
We use the already existing script
go-update-dep-all.sh
for updating all go modules.Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change