Skip to content

build(deps): Bump the all-go group across 8 directories with 7 updates#3291

Merged
tac0turtle merged 2 commits intomainfrom
dependabot/go_modules/all-go-f665ca198c
Apr 28, 2026
Merged

build(deps): Bump the all-go group across 8 directories with 7 updates#3291
tac0turtle merged 2 commits intomainfrom
dependabot/go_modules/all-go-f665ca198c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps the all-go group with 5 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/service/kms 1.50.5 1.51.0
github.com/aws/smithy-go 1.25.0 1.25.1
github.com/libp2p/go-libp2p-pubsub 0.15.0 0.16.0
github.com/rs/zerolog 1.35.0 1.35.1
google.golang.org/api 0.274.0 0.276.0

Bumps the all-go group with 1 update in the /apps/evm directory: github.com/rs/zerolog.
Bumps the all-go group with 1 update in the /apps/grpc directory: github.com/rs/zerolog.
Bumps the all-go group with 1 update in the /apps/testapp directory: github.com/rs/zerolog.
Bumps the all-go group with 2 updates in the /execution/evm directory: github.com/rs/zerolog and github.com/evstack/ev-node.
Bumps the all-go group with 1 update in the /execution/grpc directory: github.com/evstack/ev-node.
Bumps the all-go group with 1 update in the /test/docker-e2e directory: github.com/celestiaorg/tastora.
Bumps the all-go group with 2 updates in the /test/e2e directory: github.com/rs/zerolog and github.com/celestiaorg/tastora.

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.50.5 to 1.51.0

Commits

Updates github.com/aws/smithy-go from 1.25.0 to 1.25.1

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-04-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.1
    • Bug Fix: Fixed a memory leak in the LRU cache implementation used by some AWS services.

Release (2026-04-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.0
    • Feature: Add support for endpointBdd trait

Release (2026-04-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.3
    • Bug Fix: Add additional sigv4 configuration.
  • github.com/aws/smithy-go/aws-http-auth: v1.1.3
    • Bug Fix: Add additional sigv4 configuration.

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0

... (truncated)

Commits

Updates github.com/libp2p/go-libp2p-pubsub from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/libp2p/go-libp2p-pubsub's releases.

v0.16.0

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-pubsub@v0.15.0...v0.16.0

Commits
  • b14732c Release v0.16.0 (#693)
  • 919bc3d fix: properly log topic string (#694)
  • 5cde33c rename {Add/Remove}Peer to On{New/Closed}OutboundStream
  • d8037f3 Fix leaked state with OnNewIncomingStream/onClosedIncomingStream
  • d72f75f test: Add failing test demonstrating leak
  • 7d62a30 partialmessages: init fanout if empty (#690)
  • 12372d9 log on error when handling rpc in extensions (#668)
  • a2ec129 feat: add WithMessageFilter option to filter messages early in the notificati...
  • 0c36d10 partialmsgs: remove unused struct
  • c945e5d partialmsgs: PeerRequestsPartial means PeerRequestsPartial
  • Additional commits viewable in compare view

Updates github.com/rs/zerolog from 1.35.0 to 1.35.1

Commits

Updates google.golang.org/api from 0.274.0 to 0.276.0

Release notes

Sourced from google.golang.org/api's releases.

v0.276.0

0.276.0 (2026-04-14)

Features

v0.275.0

0.275.0 (2026-04-07)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.276.0 (2026-04-14)

Features

0.275.0 (2026-04-07)

Features

Commits

Updates github.com/rs/zerolog from 1.35.0 to 1.35.1

Commits

Updates github.com/rs/zerolog from 1.35.0 to 1.35.1

Commits

Updates github.com/rs/zerolog from 1.35.0 to 1.35.1

Commits

Updates github.com/rs/zerolog from 1.35.0 to 1.35.1

Commits

Updates github.com/evstack/ev-node from 1.1.0 to 1.1.1

Release notes

Sourced from github.com/evstack/ev-node's releases.

v1.1.1

This is a patch release focused on P2P reliability, bug fixes, and incremental improvements. Upgrading is recommended for all operators, particularly those experiencing P2P connectivity issues requiring node restarts.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.1
  • ghcr.io/evstack/ev-node-grpc:v1.1.1
  • ghcr.io/evstack/ev-node-testapp:v1.1.1
Changelog

Sourced from github.com/evstack/ev-node's changelog.

v1.1.1

Changes

  • Improve P2P gossiping by switching pubsub internals from GossipSub to FloodSub #3263
  • Add sequencer_blocks_synchronized_total Prometheus counter metric tracking blocks synced by source (DA/P2P) #3259
  • Make it easier to override DefaultMaxBlobSize by ldflags #3235
  • Add solo sequencer (simple in memory single sequencer without force inclusion) #3235
  • Improve reaper to sustain txs burst better #3236

Fixed

  • Replace persistent P2P connection gater with a no-op variant so stale blocklist entries can no longer prevent peers from connecting after a restart. The new p2p.disable_connection_gater flag (default true) can be set to false to re-enable peer filtering when experiencing P2P flooding #3273
  • Raft HA production hardening: leader fencing on SIGTERM, FSM data race, follower restart crash, log compaction config, and election timeout validation #3230
Commits
  • 36a7f15 chore: prep v1.1.1 (#3274)
  • a0bc9d1 fix(pkg/p2p): replace persistent gater with no-op gater (#3273)
  • cd76eab build(deps): Bump rustls-webpki from 0.103.10 to 0.103.13 in the cargo group ...
  • c1d4996 build(deps): Bump the all-go group across 5 directories with 14 updates (#3271)
  • c753c0b fix(rpc): derive /raft/node leadership from raft leader ID (#3266)
  • 83edf6d refactor: modernize sync/atomic usage with typed atomic apis (#3269)
  • 2eb15bd test: remove racy node startup from execution test (#3264)
  • d9046e6 fix: raft HA production hardening — leader fencing, log compaction, election ...
  • 4c7323f refactor(pkg/p2p): swap GossipSub by FloodSub (#3263)
  • 77b39d4 build(deps): Bump dompurify from 3.3.2 to 3.4.0 in /docs in the npm_and_yarn ...
  • Additional commits viewable in compare view

Updates github.com/evstack/ev-node from 1.1.0 to 1.1.1

Release notes

Sourced from github.com/evstack/ev-node's releases.

v1.1.1

This is a patch release focused on P2P reliability, bug fixes, and incremental improvements. Upgrading is recommended for all operators, particularly those experiencing P2P connectivity issues requiring node restarts.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.1
  • ghcr.io/evstack/ev-node-grpc:v1.1.1
  • ghcr.io/evstack/ev-node-testapp:v1.1.1
Changelog

Sourced from github.com/evstack/ev-node's changelog.

v1.1.1

Changes

  • Improve P2P gossiping by switching pubsub internals from GossipSub to FloodSub #3263
  • Add sequencer_blocks_synchronized_total Prometheus counter metric tracking blocks synced by source (DA/P2P) #3259
  • Make it easier to override DefaultMaxBlobSize by ldflags #3235
  • Add solo sequencer (simple in memory single sequencer without force inclusion) #3235
  • Improve reaper to sustain txs burst better #3236

Fixed

  • Replace persistent P2P connection gater with a no-op variant so stale blocklist entries can no longer prevent peers from connecting after a restart. The new p2p.disable_connection_gater flag (default true) can be set to false to re-enable peer filtering when experiencing P2P flooding #3273
  • Raft HA production hardening: leader fencing on SIGTERM, FSM data race, follower restart crash, log compaction config, and election timeout validation #3230
Commits
  • 36a7f15 chore: prep v1.1.1 (#3274)
  • a0bc9d1 fix(pkg/p2p): replace persistent gater with no-op gater (#3273)
  • cd76eab build(deps): Bump rustls-webpki from 0.103.10 to 0.103.13 in the cargo group ...
  • c1d4996 build(deps): Bump the all-go group across 5 directories with 14 updates (#3271)
  • c753c0b fix(rpc): derive /raft/node leadership from raft leader ID (#3266)
  • 83edf6d refactor: modernize sync/atomic usage with typed atomic apis (#3269)
  • 2eb15bd test: remove racy node startup from execution test (#3264)
  • d9046e6 fix: raft HA production hardening — leader fencing, log compaction, election ...
  • 4c7323f refactor(pkg/p2p): swap GossipSub by FloodSub (#3263)
  • 77b39d4 build(deps): Bump dompurify from 3.3.2 to 3.4.0 in /docs in the npm_and_yarn ...
  • Additional commits viewable in compare view

Updates github.com/celestiaorg/tastora from 0.17.0 to 0.19.0

Release notes

Sourced from github.com/celestiaorg/tastora's releases.

v0.19.0

What's Changed

Full Changelog: celestiaorg/tastora@v0.18.0...v0.19.0

v0.18.0

What's Changed

Full Changelog: celestiaorg/tastora@v0.17.0...v0.18.0

Commits
  • 6f9af02 chore: migrate from Docker/Moby v28 to v29 modular Go modules (#195)
  • 73cff81 feat: add WithBlockWaitTimeout to ChainBuilder (#189)
  • cfce4f0 chore: Update CODEOWNERS (#190)
  • 08cea29 Merge pull request #193 from celestiaorg/fix/add-merge-group-trigger
  • 792abd0 ci: add merge_group trigger to workflows
  • f46602e Merge pull request #192 from rootulp/rootulp/fix-flaky-docker-keyring-test
  • 700a7ac fix: log error when dockerKeyring initialization fails in Backend()
  • 3e03c33 fix(test): wait for exec completion in DockerKeyringTestSuite setup
  • See full diff in compare view

Updates github.com/rs/zerolog from 1.35.0 to 1.35.1

Commits

Updates github.com/celestiaorg/tastora from 0.16.1-0.20260312082036-2ee1b0a2ac4e to 0.19.0

Release notes

Sourced from github.com/celestiaorg/tastora's releases.

v0.19.0

What's Changed

Full Changelog: celestiaorg/tastora@v0.18.0...v0.19.0

v0.18.0

What's Changed

Full Changelog: celestiaorg/tastora@v0.17.0...v0.18.0

Commits
  • 6f9af02 chore: migrate from Docker/Moby v28 to v29 modular Go modules (#195)
  • 73cff81 feat: add WithBlockWaitTimeout to ChainBuilder (#189)
  • cfce4f0 chore: Update CODEOWNERS (#190)
  • 08cea29 Merge pull request #193 from celestiaorg/fix/add-merge-group-trigger
  • 792abd0 ci: add merge_group trigger to workflows
  • f46602e Merge pull request #192 from rootulp/rootulp/fix-flaky-docker-keyring-test
  • 700a7ac fix: log error when dockerKeyring initialization fails in Backend()
  • 3e03c33 fix(test): wait for exec completion in DockerKeyringTestSuite setup
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all-go group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.50.5` | `1.51.0` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.25.0` | `1.25.1` |
| [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) | `0.15.0` | `0.16.0` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.35.0` | `1.35.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.274.0` | `0.276.0` |

Bumps the all-go group with 1 update in the /apps/evm directory: [github.com/rs/zerolog](https://github.com/rs/zerolog).
Bumps the all-go group with 1 update in the /apps/grpc directory: [github.com/rs/zerolog](https://github.com/rs/zerolog).
Bumps the all-go group with 1 update in the /apps/testapp directory: [github.com/rs/zerolog](https://github.com/rs/zerolog).
Bumps the all-go group with 2 updates in the /execution/evm directory: [github.com/rs/zerolog](https://github.com/rs/zerolog) and [github.com/evstack/ev-node](https://github.com/evstack/ev-node).
Bumps the all-go group with 1 update in the /execution/grpc directory: [github.com/evstack/ev-node](https://github.com/evstack/ev-node).
Bumps the all-go group with 1 update in the /test/docker-e2e directory: [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora).
Bumps the all-go group with 2 updates in the /test/e2e directory: [github.com/rs/zerolog](https://github.com/rs/zerolog) and [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora).


Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.50.5 to 1.51.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.50.5...service/s3/v1.51.0)

Updates `github.com/aws/smithy-go` from 1.25.0 to 1.25.1
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.25.0...v1.25.1)

Updates `github.com/libp2p/go-libp2p-pubsub` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases)
- [Commits](libp2p/go-libp2p-pubsub@v0.15.0...v0.16.0)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `google.golang.org/api` from 0.274.0 to 0.276.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.274.0...v0.276.0)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/evstack/ev-node` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](v1.1.0...v1.1.1)

Updates `github.com/evstack/ev-node` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](v1.1.0...v1.1.1)

Updates `github.com/celestiaorg/tastora` from 0.17.0 to 0.19.0
- [Release notes](https://github.com/celestiaorg/tastora/releases)
- [Commits](celestiaorg/tastora@v0.17.0...v0.19.0)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/celestiaorg/tastora` from 0.16.1-0.20260312082036-2ee1b0a2ac4e to 0.19.0
- [Release notes](https://github.com/celestiaorg/tastora/releases)
- [Commits](celestiaorg/tastora@v0.17.0...v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/libp2p/go-libp2p-pubsub
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: google.golang.org/api
  dependency-version: 0.276.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/evstack/ev-node
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/evstack/ev-node
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/celestiaorg/tastora
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/celestiaorg/tastora
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown
Contributor

The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed⏩ skipped✅ passed✅ passedApr 28, 2026, 7:01 AM

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 28, 2026

Claude finished @julienrbrt's task in 3m 34s —— View job


Code Review

  • Gather context and read relevant files
  • Analyze dependency updates for breaking changes and security implications
  • Review go.mod/go.sum changes for consistency
  • Provide final review summary

Summary

This is a routine dependabot dependency bump across 8 Go modules. All changes are go.mod/go.sum updates only — no production code was modified. The PR is safe to merge. A few observations below.


Notable Updates

github.com/libp2p/go-libp2p-pubsub 0.15.0 → 0.16.0 (root go.mod)

This is the most substantive change. v0.16.0 introduces a Partial Messages Extension and renames internal GossipSub extension methods ({Add/Remove}PeerOn{New/Closed}OutboundStream). However, this rename only affects the extension interface, not the FloodSub path. The codebase already migrated from GossipSub to FloodSub (a change in ev-node v1.1.1 itself), and the pubsub API surface used here — pubsub.NewFloodSub, pubsub.PubSub, pubsub.PubOpt, pubsub.ValidationError, pubsub.DefaultMsgIdFn — is unaffected. No code changes are required.

github.com/aws/smithy-go 1.25.0 → 1.25.1

Bug fix: memory leak in the LRU cache used by AWS services. Positive security/stability improvement.

github.com/rs/zerolog 1.35.0 → 1.35.1 (all 6 affected modules)

Bug fix: restores Err() logging when ErrorStackMarshaler returns nil. This project uses zerolog as its structured logger throughout, so the fix is relevant and worthwhile.

github.com/evstack/ev-node 1.1.0 → 1.1.1 (downstream modules only: execution/evm, execution/grpc, test/docker-e2e, test/e2e)

Picks up the P2P gater fix and Raft HA hardening from the patch release. Appropriate for downstream consumers.

OpenTelemetry instrumentation (otelgrpc 0.61.0 → 0.67.0, otelhttp 0.65.0 → 0.67.0)

Indirect dependencies pulled in transitively. The version jumps are larger than typical but these are indirect; no action needed.


Minor Observations

PR description discrepancy: The PR body states that github.com/celestiaorg/tastora was bumped in both test/docker-e2e and test/e2e. Reviewing the actual diffs, tastora was not changed in either module — it remains at v0.17.0 and v0.16.1-0.20260312082036-2ee1b0a2ac4e respectively. This is a dependabot description artifact and does not affect correctness.

Tastora version inconsistency (pre-existing, not introduced here): test/e2e/go.mod pins tastora at a pre-release pseudo-version (v0.16.1-0.20260312082036-2ee1b0a2ac4e) while test/docker-e2e/go.mod uses the stable v0.17.0. Since tastora is now at v0.19.0, a follow-up PR to align both test modules on the stable release would be a small hygiene improvement.

Symmetric go.sum: The +214/-214 line count in go.sum files is symmetric, confirming no extraneous or missing entries.


Verdict

✅ All changes are limited to dependency version bumps. No breaking API changes affect the codebase. The bug fixes in smithy-go (memory leak) and zerolog (error logging) are worthwhile. Ready to merge.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.47%. Comparing base (49ef5c9) to head (475a6fe).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3291      +/-   ##
==========================================
+ Coverage   62.45%   62.47%   +0.01%     
==========================================
  Files         122      122              
  Lines       13047    13047              
==========================================
+ Hits         8149     8151       +2     
+ Misses       4012     4010       -2     
  Partials      886      886              
Flag Coverage Δ
combined 62.47% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@julienrbrt julienrbrt enabled auto-merge April 28, 2026 07:21
@tac0turtle tac0turtle disabled auto-merge April 28, 2026 08:18
@tac0turtle tac0turtle merged commit 14b82da into main Apr 28, 2026
29 of 30 checks passed
@tac0turtle tac0turtle deleted the dependabot/go_modules/all-go-f665ca198c branch April 28, 2026 08:19
julienrbrt added a commit that referenced this pull request Apr 29, 2026
#3291)

* build(deps): Bump the all-go group across 8 directories with 7 updates

Bumps the all-go group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.50.5` | `1.51.0` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.25.0` | `1.25.1` |
| [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) | `0.15.0` | `0.16.0` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.35.0` | `1.35.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.274.0` | `0.276.0` |

Bumps the all-go group with 1 update in the /apps/evm directory: [github.com/rs/zerolog](https://github.com/rs/zerolog).
Bumps the all-go group with 1 update in the /apps/grpc directory: [github.com/rs/zerolog](https://github.com/rs/zerolog).
Bumps the all-go group with 1 update in the /apps/testapp directory: [github.com/rs/zerolog](https://github.com/rs/zerolog).
Bumps the all-go group with 2 updates in the /execution/evm directory: [github.com/rs/zerolog](https://github.com/rs/zerolog) and [github.com/evstack/ev-node](https://github.com/evstack/ev-node).
Bumps the all-go group with 1 update in the /execution/grpc directory: [github.com/evstack/ev-node](https://github.com/evstack/ev-node).
Bumps the all-go group with 1 update in the /test/docker-e2e directory: [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora).
Bumps the all-go group with 2 updates in the /test/e2e directory: [github.com/rs/zerolog](https://github.com/rs/zerolog) and [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora).


Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.50.5 to 1.51.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.50.5...service/s3/v1.51.0)

Updates `github.com/aws/smithy-go` from 1.25.0 to 1.25.1
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.25.0...v1.25.1)

Updates `github.com/libp2p/go-libp2p-pubsub` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases)
- [Commits](libp2p/go-libp2p-pubsub@v0.15.0...v0.16.0)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `google.golang.org/api` from 0.274.0 to 0.276.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.274.0...v0.276.0)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/evstack/ev-node` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](v1.1.0...v1.1.1)

Updates `github.com/evstack/ev-node` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](v1.1.0...v1.1.1)

Updates `github.com/celestiaorg/tastora` from 0.17.0 to 0.19.0
- [Release notes](https://github.com/celestiaorg/tastora/releases)
- [Commits](celestiaorg/tastora@v0.17.0...v0.19.0)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `github.com/celestiaorg/tastora` from 0.16.1-0.20260312082036-2ee1b0a2ac4e to 0.19.0
- [Release notes](https://github.com/celestiaorg/tastora/releases)
- [Commits](celestiaorg/tastora@v0.17.0...v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/libp2p/go-libp2p-pubsub
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: google.golang.org/api
  dependency-version: 0.276.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/evstack/ev-node
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/evstack/ev-node
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/celestiaorg/tastora
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/celestiaorg/tastora
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
...

Signed-off-by: dependabot[bot] <support@github.com>

* tidy

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants