chore(deps): bump go.opentelemetry.io/otel/sdk from 1.21.0 to 1.43.0#1478
chore(deps): bump go.opentelemetry.io/otel/sdk from 1.21.0 to 1.43.0#1478dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.21.0 to 1.43.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.43.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.43.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This Dependabot PR updates the OpenTelemetry Go SDK dependency set in pulsar-client-go, along with the resulting module metadata changes from go mod resolution.
Changes:
- Bump
go.opentelemetry.io/otel/sdk(and related OTel modules) tov1.43.0. - Update other resolved dependencies (e.g.,
github.com/stretchr/testify) and prune no-longer-needed entries. - Update the module
godirective to1.25.0and refreshgo.sum.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| go.mod | Updates OTel module versions and other resolved deps; changes the module Go version directive. |
| go.sum | Refreshes dependency checksums consistent with the updated module graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| module github.com/apache/pulsar-client-go | ||
|
|
||
| go 1.24.0 | ||
| go 1.25.0 |
There was a problem hiding this comment.
go.mod is now marked as go 1.25.0, but the repo CI workflow tests/builds with Go 1.24 (see .github/workflows/ci.yml matrix). Go 1.24 will fail to build a module that declares go 1.25.0. Either keep the go directive at 1.24 (if 1.24 remains supported) or update the CI matrix/min supported Go version accordingly.
| go 1.25.0 | |
| go 1.24 |
| github.com/spaolacci/murmur3 v1.1.0 | ||
| github.com/spf13/cobra v1.8.1 | ||
| github.com/stretchr/testify v1.10.0 | ||
| github.com/stretchr/testify v1.11.1 |
There was a problem hiding this comment.
The PR title/description says this only bumps go.opentelemetry.io/otel/sdk, but this diff also bumps other dependencies (e.g., github.com/stretchr/testify) and changes the module go version. If these extra updates are intentional/required by the OTel bump, please reflect that in the PR title/description; otherwise consider reverting/splitting unrelated dependency updates to keep the change scoped.
Bumps go.opentelemetry.io/otel/sdk from 1.21.0 to 1.43.0.
Release notes
Sourced from go.opentelemetry.io/otel/sdk's releases.
Changelog
Sourced from go.opentelemetry.io/otel/sdk's changelog.
... (truncated)
Commits
9276201Release v1.43.0 / v0.65.0 / v0.19.0 (#8128)61b8c94chore(deps): update module github.com/mattn/go-runewidth to v0.0.22 (#8131)97a086echore(deps): update github.com/golangci/dupl digest to c99c5cf (#8122)5e363delimit response body size for OTLP HTTP exporters (#8108)35214b6Use an absolute path when calling bsd kenv (#8113)290024cfix(deps): update module google.golang.org/grpc to v1.80.0 (#8121)e70658efix: support getBody in otelploghttp (#8096)4afe468fix(deps): update googleapis to 9d38bb4 (#8117)b9ca729chore(deps): update module github.com/go-git/go-git/v5 to v5.17.2 (#8115)69472ecchore(deps): update fossas/fossa-action action to v1.9.0 (#8118)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.