Skip to content

Support Go 1.26#7902

Merged
dmathieu merged 3 commits intoopen-telemetry:mainfrom
dmathieu:go-1-26
Feb 13, 2026
Merged

Support Go 1.26#7902
dmathieu merged 3 commits intoopen-telemetry:mainfrom
dmathieu:go-1-26

Conversation

@dmathieu
Copy link
Copy Markdown
Member

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.7%. Comparing base (ca531e4) to head (6dd8be8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #7902   +/-   ##
=====================================
  Coverage   81.7%   81.7%           
=====================================
  Files        304     304           
  Lines      23283   23283           
=====================================
+ Hits       19035   19037    +2     
+ Misses      3862    3861    -1     
+ Partials     386     385    -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dmathieu dmathieu marked this pull request as ready for review February 12, 2026 08:41
@dmathieu dmathieu merged commit ee3d4bd into open-telemetry:main Feb 13, 2026
39 checks passed
@MrAlias MrAlias added this to the v1.41.0 milestone Feb 26, 2026
pellared added a commit that referenced this pull request Mar 2, 2026
This release is the last to support [Go 1.24].
The next release will require at least [Go 1.25].

### Added

- Support testing of [Go 1.26]. (#7902)

### Fixed

- Update `Baggage` in `go.opentelemetry.io/otel/propagation` and `Parse`
and `New` in `go.opentelemetry.io/otel/baggage` to comply with W3C
Baggage specification limits.
`New` and `Parse` now return partial baggage along with an error when
limits are exceeded.
Errors from baggage extraction are reported to the global error handler.
(#7880)

[Go 1.26]: https://go.dev/doc/go1.26
[Go 1.25]: https://go.dev/doc/go1.25
[Go 1.24]: https://go.dev/doc/go1.24
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.

4 participants