chore(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.43.0#9670
chore(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.43.0#9670dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [go.opentelemetry.io/otel/sdk](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/sdk 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 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9ac05f2. 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 and go.mod Go version directive mismatch
Medium Severity
The go directive in go.mod was bumped from 1.23.4 to 1.25.0, but the go.work file still declares go 1.23.4. Before this PR they were aligned. This mismatch means developers using the workspace with a Go toolchain older than 1.25.0 (and GOTOOLCHAIN=local) will get build failures, since Go computes the effective version as the maximum across all workspace modules.
Reviewed by Cursor Bugbot for commit 9ac05f2. Configure here.


Bumps go.opentelemetry.io/otel/sdk from 1.37.0 to 1.43.0.
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)Note
Medium Risk
Requires building with Go 1.25 and upgrades core OpenTelemetry packages; main risk is CI/build breakage or subtle telemetry behavior changes from dependency updates.
Overview
Updates the module to Go 1.25.0 and bumps OpenTelemetry dependencies to v1.43.0 (including
go.opentelemetry.io/otel,otel/sdk, and relatedmetric/tracepackages).Also refreshes indirect deps, notably
go.opentelemetry.io/auto/sdkandgolang.org/x/sys, along with correspondinggo.sumentries.Reviewed by Cursor Bugbot for commit 9ac05f2. Bugbot is set up for automated code reviews on this repo. Configure here.