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

Replace go 1.21 with go 1.22 in go mod #6047

Merged
merged 4 commits into from
Aug 27, 2024
Merged

Replace go 1.21 with go 1.22 in go mod #6047

merged 4 commits into from
Aug 27, 2024

Conversation

XSAM
Copy link
Member

@XSAM XSAM commented Aug 26, 2024

Related #6046

@XSAM XSAM marked this pull request as ready for review August 26, 2024 00:03
@XSAM XSAM requested a review from MrAlias as a code owner August 26, 2024 00:03
@XSAM XSAM requested a review from a team August 26, 2024 00:03
@XSAM XSAM merged commit b5b1b8e into main Aug 27, 2024
28 checks passed
@XSAM XSAM deleted the drop-go-1.21 branch August 27, 2024 02:39
@XSAM XSAM added this to the v1.30.0 milestone Sep 9, 2024
XSAM added a commit that referenced this pull request Sep 11, 2024
### Added

- Add `NewProducer` to
`go.opentelemetry.io/contrib/instrumentation/runtime`, which allows
collecting the `go.schedule.duration` histogram metric from the Go
runtime. (#5991)
- Add gRPC protocol support for OTLP log exporter in
`go.opentelemetry.io/contrib/exporters/autoexport`. (#6083)

### Removed

- Drop support for [Go 1.21]. (#6046, #6047)

### Fixed

- Superfluous call to `WriteHeader` when flushing after setting a status
code in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
(#6074)
- Superfluous call to `WriteHeader` when writing the response body after
setting a status code in
`go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`. (#6055)

[Go 1.21]: https://go.dev/doc/go1.21

---------

Co-authored-by: Tyler Yahn <[email protected]>
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