chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /examples/language-sdk-instrumentation/golang-push/rideshare-alloy#5025
Conversation
…tlptracehttp Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) from 1.40.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.40.0...v1.43.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp dependency-version: 1.43.0 dependency-type: direct:production ... 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 prepared fixes for both issues found in the latest run.
- ✅ Fixed: Workspace go version not updated to match module
- Updated
go.worktogo 1.25.0so the workspace minimum Go version matches the module requirement.
- Updated
- ✅ Fixed: stdouttrace not bumped alongside other otel packages
- Bumped
go.opentelemetry.io/otel/exporters/stdout/stdouttracefromv1.40.0tov1.43.0to align OpenTelemetry package versions.
- Bumped
Or push these changes by commenting:
@cursor push e0b92686bf
Preview (e0b92686bf)
diff --git a/examples/language-sdk-instrumentation/golang-push/rideshare-alloy/go.mod b/examples/language-sdk-instrumentation/golang-push/rideshare-alloy/go.mod
--- a/examples/language-sdk-instrumentation/golang-push/rideshare-alloy/go.mod
+++ b/examples/language-sdk-instrumentation/golang-push/rideshare-alloy/go.mod
@@ -12,7 +12,7 @@
go.opentelemetry.io/otel v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0
go.opentelemetry.io/otel/sdk v1.43.0
go.opentelemetry.io/otel/trace v1.43.0
)
diff --git a/examples/language-sdk-instrumentation/golang-push/rideshare-alloy/go.work b/examples/language-sdk-instrumentation/golang-push/rideshare-alloy/go.work
--- a/examples/language-sdk-instrumentation/golang-push/rideshare-alloy/go.work
+++ b/examples/language-sdk-instrumentation/golang-push/rideshare-alloy/go.work
@@ -1,4 +1,4 @@
-go 1.24.6
+go 1.25.0
use .You can send follow-ups to the cloud agent here.
Reviewed by Cursor Bugbot for commit df6f991. Configure here.
| module rideshare | ||
|
|
||
| go 1.24.6 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Workspace go version not updated to match module
Low Severity
The go.mod minimum Go version was bumped from 1.24.6 to 1.25.0 by this dependency update, but the go.work file in the same directory still specifies go 1.24.6. This creates an inconsistency where the workspace declares a lower Go version than the module it contains. While Go toolchain management can resolve this at build time, the mismatch is misleading and the go.work file needs to be updated to at least go 1.25.0 to stay consistent.
Reviewed by Cursor Bugbot for commit df6f991. Configure here.
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 | ||
| go.opentelemetry.io/otel v1.43.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 |
There was a problem hiding this comment.
stdouttrace not bumped alongside other otel packages
Low Severity
go.opentelemetry.io/otel/exporters/stdout/stdouttrace remains at v1.40.0 while all other packages from the same OpenTelemetry Go repository (otel, otel/sdk, otel/trace, otel/exporters/otlp/...) were bumped to v1.43.0. These packages are released in lockstep and intended to be used at the same version. The version skew introduced here could lead to subtle incompatibilities.
Reviewed by Cursor Bugbot for commit df6f991. Configure here.
|
Superseded by #5037 which consolidates all otel v1.43.0 updates. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |



Bumps go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0.
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp'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.
Note
Medium Risk
Primarily dependency and Go toolchain version bumps; risk is limited but could break builds/environments that don’t yet support Go 1.25 or the newer OpenTelemetry/grpc transitive versions.
Overview
Updates the
rideshare-alloyGo example to Go 1.25 (go 1.24.6�1.25.0) and bumps core OpenTelemetry packages (go.opentelemetry.io/otel,sdk,trace, and OTLP trace exporters) from v1.40.0 to v1.43.0.Refreshes related transitive dependencies in
go.mod/go.sum, includinggrpc-gatewaytov2.28.0,go.opentelemetry.io/proto/otlptov1.10.0,golang.org/x/*updates, andgoogle.golang.org/grpctov1.80.0.Reviewed by Cursor Bugbot for commit df6f991. Bugbot is set up for automated code reviews on this repo. Configure here.