Skip to content
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

Merged

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Dec 17, 2024

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

@codeboten codeboten force-pushed the codeboten/test-downgrade-go-1.22 branch from b989e26 to 0d0f7bb Compare December 19, 2024 17:46
@codeboten codeboten changed the title [WIP] testing update to reduce go min version chore: update go.opentelemetry.io/proto/otlp dependency to latest Dec 19, 2024
@codeboten codeboten changed the title chore: update go.opentelemetry.io/proto/otlp dependency to latest Minimum go version dependency downgraded back to 1.22.0 in various packages Dec 19, 2024
@codeboten codeboten marked this pull request as ready for review December 19, 2024 17:47
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.2%. Comparing base (ad556b4) to head (9279a8b).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           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             

see 1 file with indirect coverage changes

Copy link
Member

@XSAM XSAM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codeboten
Copy link
Contributor Author

Should we wait for the open-telemetry/opentelemetry-proto-go#225?

happy to go either ways

@codeboten codeboten force-pushed the codeboten/test-downgrade-go-1.22 branch from 0d0f7bb to 5294e26 Compare January 6, 2025 17:12
@codeboten
Copy link
Contributor Author

@XSAM updated with the release of 1.5.0

CHANGELOG.md Outdated Show resolved Hide resolved
codeboten and others added 4 commits January 7, 2025 09:51
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]>
@codeboten codeboten force-pushed the codeboten/test-downgrade-go-1.22 branch from 1900938 to 9279a8b Compare January 7, 2025 17:52
@codeboten
Copy link
Contributor Author

Rebased to address the merge conflicts

@MrAlias MrAlias merged commit 0b00bfb into open-telemetry:main Jan 7, 2025
32 checks passed
@MrAlias MrAlias added this to the v1.34.0 milestone Jan 16, 2025
MrAlias added a commit that referenced this pull request Jan 17, 2025
## 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dependency update to go 1.22.7
5 participants