chore(deps): bump otel/grpc/protobuf/golang.org/x to latest#4888
Draft
raullenchai wants to merge 1 commit into
Draft
chore(deps): bump otel/grpc/protobuf/golang.org/x to latest#4888raullenchai wants to merge 1 commit into
raullenchai wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
envestcc
approved these changes
Jul 13, 2026
Member
|
Fix the image build error |
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.



Summary
Bumps a group of direct Go dependencies to their latest released versions. Supersedes #4849 (dependabot), which bumped the same group but to versions that are now behind latest.
Direct dependency bumps (old → new)
go.opentelemetry.io/otelgo.opentelemetry.io/otel/sdkgo.opentelemetry.io/otel/tracegoogle.golang.org/grpcgoogle.golang.org/protobufgolang.org/x/cryptogolang.org/x/netgolang.org/x/textgolang.org/x/syncNotable transitive bumps (via
go mod tidy+ explicit)go.opentelemetry.io/otel/metricgo.opentelemetry.io/auto/sdkgithub.com/ipfs/go-cidgithub.com/ipld/go-ipld-primegolang.org/x/sysgolang.org/x/modgolang.org/x/toolsgonum.org/v1/gonumBumping
go-ipld-primeto v0.24.0 incidentally clears an old go-ipld-prime CVE. Thegodirective moved 1.24.6 → 1.25.7 (minimum required by the bumped modules; matches #4849's intent).No hardfork required
None of these dependencies change consensus output:
No source changes were needed for the bumps — only
go.mod/go.sum. No API breakage.Verification
go build ./...— passesgo vet ./...— cleangofmt— clean (no.gofiles changed)go mod verify— all modules verifiedgo test ./action/... ./state/... ./blockchain/... ./actpool/... -count=1All consensus-relevant packages pass:
action/...,state/...,blockchain/block,blockchain/integrity,blockchain/filedao,blockchain/genesis,actpool/.... Passing = serialization/hashing/execution outputs unchanged.The only failures were in
blockchain/blockdaomock-based tests (Test_blockDAO_checkIndexers,Test_blockDAO_Stop,TestBlockIndexerChecker_CheckIndexer) — verified identical on cleanorigin/master: a pre-existing issue from the Go 1.26 toolchain'spanic(nil)handling + a stale test error-string, unrelated to this dep bump.Adversarial review (codex): CONVERGED — no API misuse, no dangling symbols, go.mod/go.sum consistent, no consensus-output risk.
🤖 Generated with Claude Code