chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.36.0 to 1.43.0#9669
Conversation
…tlptracegrpc Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.36.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.36.0...v1.43.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 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 840b599. 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 version bump breaks Docker and workspace builds
High Severity
The go directive in go.mod jumped from 1.23.4 to 1.25.0 as a side effect of this dependency bump. Both Dockerfile and Dockerfile.cosmovisor hardcode ARG GO_VERSION="1.23", and Docker builds using golang:1.23-alpine3.20 will fail because Go 1.23 cannot build a module requiring Go 1.25. Additionally, go.work still specifies go 1.23.4 and the other workspace modules (osmomath, osmoutils, x/ibc-hooks, x/epochs) all use go 1.23.0 with toolchain go1.24.1, creating a significant version mismatch across the project.
Reviewed by Cursor Bugbot for commit 840b599. Configure here.


Bumps go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.36.0 to 1.43.0.
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc'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 bumps the Go toolchain version and several core telemetry/networking libs (OpenTelemetry, gRPC, protobuf, x/*), which can introduce build or runtime compatibility issues.
Overview
Updates the module to Go
1.25.0and upgrades OpenTelemetry tov1.43.0(includingotlptracegrpc,otel/sdk, and related indirectotelcomponents).Also refreshes a set of transitive dependencies around telemetry and networking (notably
google.golang.org/grpc,google.golang.org/protobuf,google.golang.org/genproto, plus variousgolang.org/x/*and other indirect libs), with correspondinggo.sumupdates.Reviewed by Cursor Bugbot for commit 840b599. Bugbot is set up for automated code reviews on this repo. Configure here.