-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Minimum go version dependency downgraded back to 1.22.0 in various packages #6073
base: main
Are you sure you want to change the base?
Minimum go version dependency downgraded back to 1.22.0 in various packages #6073
Conversation
b989e26
to
0d0f7bb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6073 +/- ##
=====================================
Coverage 82.2% 82.2%
=====================================
Files 273 273
Lines 23674 23674
=====================================
+ Hits 19477 19478 +1
+ Misses 3850 3849 -1
Partials 347 347 |
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.
Should we wait for the open-telemetry/opentelemetry-proto-go#225?
happy to go either ways |
Signed-off-by: Alex Boten <[email protected]>
0d0f7bb
to
5294e26
Compare
Signed-off-by: Alex Boten <[email protected]>
@XSAM updated with the release of 1.5.0 |
Signed-off-by: Alex Boten <[email protected]>
This is pulling in a change to opentelemetry-proto-go that allows us to set the minimum go version back down to 1.22.0.
This depends on open-telemetry/opentelemetry-proto-go#224