-
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
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% -0.1%
=======================================
Files 273 273
Lines 23674 23674
=======================================
- Hits 19478 19476 -2
- Misses 3849 3851 +2
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 |
0d0f7bb
to
5294e26
Compare
@XSAM updated with the release of 1.5.0 |
Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
1900938
to
9279a8b
Compare
Rebased to address the merge conflicts |
## Overview ### Changed - Remove the notices from `Logger` to make the whole Logs API user-facing in `go.opentelemetry.io/otel/log`. (#6167) ### Fixed - Relax minimum Go version to 1.22.0 in various modules. (#6073) - The `Type` name logged for the `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` client is corrected from `otlphttpgrpc` to `otlptracegrpc`. (#6143) - The `Type` name logged for the `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc` client is corrected from `otlphttphttp` to `otlptracehttp`. (#6143)
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
Fixes #5969