build(deps): Bump the all-go group across 4 directories with 2 updates#3100
Conversation
Bumps the all-go group with 1 update in the /apps/evm directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Bumps the all-go group with 1 update in the /execution/evm directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Bumps the all-go group with 2 updates in the /test/docker-e2e directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) and [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora). Bumps the all-go group with 1 update in the /test/e2e directory: [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora). Updates `github.com/ethereum/go-ethereum` from 1.16.8 to 1.17.0 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.8...v1.17.0) Updates `github.com/ethereum/go-ethereum` from 1.16.8 to 1.17.0 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.8...v1.17.0) Updates `github.com/ethereum/go-ethereum` from 1.16.8 to 1.17.0 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.8...v1.17.0) Updates `github.com/celestiaorg/tastora` from 0.12.0 to 0.15.0 - [Release notes](https://github.com/celestiaorg/tastora/releases) - [Commits](celestiaorg/tastora@v0.12.0...v0.15.0) Updates `github.com/celestiaorg/tastora` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/celestiaorg/tastora/releases) - [Commits](celestiaorg/tastora@v0.12.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/celestiaorg/tastora dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/celestiaorg/tastora dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go ... Signed-off-by: dependabot[bot] <support@github.com>
|
Claude finished @julienrbrt's task in 1m 21s —— View job Code Review: Dependency Bump PR
SummaryThis is a routine Dependabot dependency update across 4 Go modules. The changes are confined entirely to Security —
|
| CVE | Advisory |
|---|---|
| CVE-2026-26313 | GHSA-689v-6xwf-5jf3 |
| CVE-2026-26314 | GHSA-2gjw-fg97-vg3r |
| CVE-2026-26315 | GHSA-m6j8-rg6r-7mv8 |
The upgrade affects apps/evm, execution/evm, and test/docker-e2e.
Note: The go-ethereum release recommends regenerating the p2p node key after upgrading (remove DATADIR/geth/nodekey). This is only relevant for running geth nodes — if this project only uses go-ethereum as a library, no action is needed.
Dependency Cleanup
The v1.17.0 upgrade transitively removes several no-longer-needed packages (Verkle tree support was removed from go-ethereum's default dependency surface):
github.com/crate-crypto/go-ipagithub.com/ethereum/go-verklegithub.com/mattn/go-runewidthgithub.com/olekukonko/tablewritergithub.com/rivo/uniseg
This is a net positive — fewer indirect dependencies reduces attack surface.
tastora Updates
test/docker-e2e: v0.12.0 → v0.15.0 (3 minor version jump)test/e2e: v0.14.0 → v0.15.0 (single minor version)
Changes are additive feature additions only (no breaking changes):
- v0.13.0: Spamoor deployment support
- v0.14.0: (no separate entry, same as v0.13.0 changelog above for docker-e2e)
- v0.15.0: DA network start/stop/remove functions + Jaeger OTLP backend support
Observations
- The
test/docker-e2etastora bump (v0.12.0 → v0.15.0) skips v0.13.0; this is consistent with the Dependabot grouping strategy and is fine since all changes between those versions are non-breaking. go.sumline counts decrease significantly (net −69 lines), confirming the transitive dep cleanup is real.- CI is currently queued/in-progress.
Verdict
Approve. This is a straightforward, well-scoped dependency upgrade. The security fixes in go-ethereum make it important to merge promptly. No code changes; only go.mod/go.sum updates across the expected modules. Already approved by @julienrbrt.
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3100 +/- ##
=======================================
Coverage 60.93% 60.93%
=======================================
Files 113 113
Lines 11617 11617
=======================================
Hits 7079 7079
Misses 3739 3739
Partials 799 799
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps the all-go group with 1 update in the /apps/evm directory: github.com/ethereum/go-ethereum.
Bumps the all-go group with 1 update in the /execution/evm directory: github.com/ethereum/go-ethereum.
Bumps the all-go group with 2 updates in the /test/docker-e2e directory: github.com/ethereum/go-ethereum and github.com/celestiaorg/tastora.
Bumps the all-go group with 1 update in the /test/e2e directory: github.com/celestiaorg/tastora.
Updates
github.com/ethereum/go-ethereumfrom 1.16.8 to 1.17.0Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
0cf3d3bversion: release go-ethereum v1.17.0 stable9b78f45crypto/secp256k1: fix coordinate checkc709c19eth/catalyst: add initial OpenTelemetry tracing for newPayload (#33521)550ca91consensus/misc: hardening header verification (#33860)a4b3898internal/telemetry: don't create internal spans without parents (#33780)0cba803eth/protocols/eth, eth/protocols/snap: delayed p2p message decoding (#33835)ad88b68internal/download: show progress bar only if server gives length (#33842)c50e5edcmd/geth, internal/telemetry: wire OpenTelemetry tracing via CLI flags (#33484)d8b92cbrpc,internal/telemetry: fix deferred spanEnd to capture errors via pointer (#...ac85a6frlp: add back Iterator.Count, with fixes (#33841)Updates
github.com/ethereum/go-ethereumfrom 1.16.8 to 1.17.0Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
0cf3d3bversion: release go-ethereum v1.17.0 stable9b78f45crypto/secp256k1: fix coordinate checkc709c19eth/catalyst: add initial OpenTelemetry tracing for newPayload (#33521)550ca91consensus/misc: hardening header verification (#33860)a4b3898internal/telemetry: don't create internal spans without parents (#33780)0cba803eth/protocols/eth, eth/protocols/snap: delayed p2p message decoding (#33835)ad88b68internal/download: show progress bar only if server gives length (#33842)c50e5edcmd/geth, internal/telemetry: wire OpenTelemetry tracing via CLI flags (#33484)d8b92cbrpc,internal/telemetry: fix deferred spanEnd to capture errors via pointer (#...ac85a6frlp: add back Iterator.Count, with fixes (#33841)Updates
github.com/ethereum/go-ethereumfrom 1.16.8 to 1.17.0Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
0cf3d3bversion: release go-ethereum v1.17.0 stable9b78f45crypto/secp256k1: fix coordinate checkc709c19eth/catalyst: add initial OpenTelemetry tracing for newPayload (#33521)550ca91consensus/misc: hardening header verification (#33860)a4b3898internal/telemetry: don't create internal spans without parents (#33780)0cba803eth/protocols/eth, eth/protocols/snap: delayed p2p message decoding (#33835)ad88b68internal/download: show progress bar only if server gives length (#33842)c50e5edcmd/geth, internal/telemetry: wire OpenTelemetry tracing via CLI flags (#33484)d8b92cbrpc,internal/telemetry: fix deferred spanEnd to capture errors via pointer (#...ac85a6frlp: add back Iterator.Count, with fixes (#33841)Updates
github.com/celestiaorg/tastorafrom 0.12.0 to 0.15.0Release notes
Sourced from github.com/celestiaorg/tastora's releases.
Commits
0818706feat: add support for Jaeger as OTLP backend (#180)b7053fbfeat: add start /stop / remvoe functions to da network (#177)8590eabfeat: Adding support to deploy Spamoor within tastora (#179)95c3581feat: add hyperlane forward relayer supportf5f7e6dchore: lint fix43ec11fchore: use v0.1.0 image tag9e10057chore: cancel the context inside test cleanup340b537chore: address url parsing with normalization0125c9dtest: add sanity test for forward relayer and backend startup8f58213chore: address PR feedbackUpdates
github.com/celestiaorg/tastorafrom 0.14.0 to 0.15.0Release notes
Sourced from github.com/celestiaorg/tastora's releases.
Commits
0818706feat: add support for Jaeger as OTLP backend (#180)b7053fbfeat: add start /stop / remvoe functions to da network (#177)8590eabfeat: Adding support to deploy Spamoor within tastora (#179)95c3581feat: add hyperlane forward relayer supportf5f7e6dchore: lint fix43ec11fchore: use v0.1.0 image tag9e10057chore: cancel the context inside test cleanup340b537chore: address url parsing with normalization0125c9dtest: add sanity test for forward relayer and backend startup8f58213chore: address PR feedbackDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions