-
Notifications
You must be signed in to change notification settings - Fork 104
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
Update all deps #945
base: main
Are you sure you want to change the base?
Update all deps #945
Conversation
The toolchain directive seems to cause GAE tests to fail (probably because it doesn't have the right version of the Go toolchain). I've removed it following open-telemetry/opentelemetry-go#5660 |
We should not submit this until we update to the next grpc release |
d7365fc
to
c57ff2a
Compare
The next grpc release is here, but it looks like the minimum version update has already propagated across the ecosystem. I think we should move forward with increasing the minimum version to 1.22.7 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #945 +/- ##
==========================================
+ Coverage 61.03% 63.60% +2.56%
==========================================
Files 56 57 +1
Lines 5903 6067 +164
==========================================
+ Hits 3603 3859 +256
+ Misses 2143 2046 -97
- Partials 157 162 +5 ☔ View full report in Codecov by Sentry. |
This should help speed up the process of getting renovate up-to-date, and includes updates that require fixture updates.
This also removes tooling for pinning opentelemetry dependencies.