all: Upgrade go.opentelemetry.io/otel/sdk to v1.40.0#3657
Merged
vangent merged 2 commits intogoogle:masterfrom Feb 20, 2026
Merged
all: Upgrade go.opentelemetry.io/otel/sdk to v1.40.0#3657vangent merged 2 commits intogoogle:masterfrom
vangent merged 2 commits intogoogle:masterfrom
Conversation
Contributor
|
Sorry, can you merge and run "go mod tidy"? |
Contributor
go: updates to go.mod needed; to update it: FAILED; see above for more info. |
Contributor
Author
|
My bad! I've just realized that go-cloud uses multiple submodules. I've upgraded all of them. I've also added a handy script to upgrade a dependency in all dependent submodules, do you mind? Here's a usage example: $ ./contrib/upgrade-dependency.sh go.opentelemetry.io/otel
Upgrading "go.opentelemetry.io/otel".
Module files to adjust: runtimevar/hashivault/go.mod, runtimevar/etcdvar/go.mod, secrets/hashivault/go.mod, pubsub/kafkapubsub/go.mod, go.mod, docstore/mongodocstore/go.mod, samples/go.mod, pubsub/rabbitpubsub/go.mod, pubsub/natspubsub/go.mod.
Upgrading "go.opentelemetry.io/otel" in "runtimevar/hashivault".
+ cd runtimevar/hashivault
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd redacted
+ set +x
Upgrading "go.opentelemetry.io/otel" in "runtimevar/etcdvar".
+ cd runtimevar/etcdvar
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd redacted
+ set +x
Upgrading "go.opentelemetry.io/otel" in "secrets/hashivault".
+ cd secrets/hashivault
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd redacted
+ set +x
Upgrading "go.opentelemetry.io/otel" in "pubsub/kafkapubsub".
+ cd pubsub/kafkapubsub
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd /Users/cezar-fm/code/go-cloud
+ set +x
Upgrading "go.opentelemetry.io/otel" in ".".
+ cd .
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd redacted
+ set +x
Upgrading "go.opentelemetry.io/otel" in "docstore/mongodocstore".
+ cd docstore/mongodocstore
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd redacted
+ set +x
Upgrading "go.opentelemetry.io/otel" in "samples".
+ cd samples
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd redacted
+ set +x
Upgrading "go.opentelemetry.io/otel" in "pubsub/rabbitpubsub".
+ cd pubsub/rabbitpubsub
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd redacted
+ set +x
Upgrading "go.opentelemetry.io/otel" in "pubsub/natspubsub".
+ cd pubsub/natspubsub
+ go get -u go.opentelemetry.io/otel
+ go mod tidy
+ cd redacted
+ set +x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades go.opentelemetry.io/otel/sdk to v1.40.0 to mitigate GO-2026-4394.