-
Notifications
You must be signed in to change notification settings - Fork 469
chore(dep upgrade): Dependency upgrades #3740
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
Conversation
3de9404 to
c626cf3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3740 +/- ##
===========================================
+ Coverage 0 82.41% +82.41%
===========================================
Files 0 144 +144
Lines 0 23096 +23096
===========================================
+ Hits 0 19034 +19034
- Misses 0 3518 +3518
- Partials 0 544 +544
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/gemini review |
|
/gemini summary |
|
Hi @raj-prince, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
3 similar comments
|
Hi @raj-prince, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
|
Hi @raj-prince, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
|
Hi @raj-prince, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
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
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.
Although, the ideal way to update the grpc or any Go-SDK dependencies while upgrading Go-SDK, but this leads to manual toil.
Given we perform a lot of testing in GCSFuse we can keep the update process generic for all the library.
Description
Upgrade direct dependencies.
Command:
go get $(go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all)Perf:
Link to the issue in case of a bug fix.
b/441052854
Testing details
Any backward incompatible change? If so, please explain.
No