chore(deps): bump go.opentelemetry.io/otel from 1.37.0 to 1.43.0#9666
chore(deps): bump go.opentelemetry.io/otel from 1.37.0 to 1.43.0#9666dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.37.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.37.0...v1.43.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3092784. Configure here.
| github.com/tidwall/gjson v1.18.0 | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 | ||
| go.opentelemetry.io/otel v1.37.0 | ||
| go.opentelemetry.io/otel v1.43.0 |
There was a problem hiding this comment.
OpenTelemetry package version skew risks runtime incompatibility
Medium Severity
The core go.opentelemetry.io/otel was bumped to v1.43.0 but otel/sdk (v1.37.0), otel/sdk/metric (v1.37.0), and otel/exporters/otlp/otlptrace (v1.36.0) were not updated. Starting at otel v1.40.0, the internal semconv dependency was upgraded from v1.37.0 to v1.39.0, which is a known backward-incompatible change (open-telemetry/opentelemetry-go#7912). Mixing the new core with the old SDK can cause runtime resource schema-version merge failures.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 3092784. Configure here.
| module github.com/osmosis-labs/osmosis/v31 | ||
|
|
||
| go 1.23.4 | ||
| go 1.25.0 |
There was a problem hiding this comment.
go.work Go version conflicts with bumped go.mod
Medium Severity
The go directive in go.mod was bumped to 1.25.0 (required by otel v1.43.0), but the go.work file still declares go 1.23.4. This mismatch means developers using the workspace with Go < 1.25 will hit confusing build errors since the workspace module requires a higher version than go.work advertises. The go.work file needs to be updated to match.
Reviewed by Cursor Bugbot for commit 3092784. Configure here.


Bumps go.opentelemetry.io/otel from 1.37.0 to 1.43.0.
Changelog
Sourced from go.opentelemetry.io/otel'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)Note
Medium Risk
Dependency-only change, but it upgrades the module
goversion to 1.25.0 and bumps core OpenTelemetry libraries, which can impact build tooling/CI and runtime telemetry behavior.Overview
Updates the module toolchain target to Go 1.25.0.
Bumps OpenTelemetry dependencies to
go.opentelemetry.io/otelv1.43.0 (includingotel/metric,otel/trace, and indirectauto/sdk), with correspondinggo.sumrefresh.Reviewed by Cursor Bugbot for commit 3092784. Bugbot is set up for automated code reviews on this repo. Configure here.