-
Notifications
You must be signed in to change notification settings - Fork 1.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
[chore] fix xconsumer mod versions #11884
Conversation
Can you point to the failing |
contrib doesn't use the new packages right now but needs to pull the new packages when running
|
I see. Ok, I can do the same change as a follow-up to other deprecation |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11884 +/- ##
=======================================
Coverage 91.59% 91.59%
=======================================
Files 449 449
Lines 23761 23761
=======================================
Hits 21763 21763
Misses 1623 1623
Partials 375 375 ☔ View full report in Codecov by Sentry. |
686132f
Description
make update-otel
failed in contrib due to the new packages added in #11779. Pin a commit version for them in go mod to see if it unblocks contrib