Skip to content

build(deps): bump the go-dependencies group with 3 updates#232

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-f143ac6056
Open

build(deps): bump the go-dependencies group with 3 updates#232
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-f143ac6056

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the go-dependencies group with 3 updates: github.com/ethpandaops/beacon, github.com/ethpandaops/xatu and github.com/go-co-op/gocron/v2.

Updates github.com/ethpandaops/beacon from 0.67.0 to 0.69.0

Release notes

Sourced from github.com/ethpandaops/beacon's releases.

v0.69.0

Adds typed support for the fast_confirmationethereum/beacon-APIs#598OnFastConfirmation subscriber + publishFastConfirmation publisher mirror the existing block_gossip wiring. Bumps go-eth2-client to a pseudo-version that ships FastConfirmationEvent.

v0.68.0

  • Swap go-eth2-client dependency from github.com/attestantio/go-eth2-client v0.27.1 to the ethpandaops fork github.com/ethpandaops/go-eth2-client v0.1.2.
  • Add DataVersionGloas and DataVersionHeze to state.ForkOrder (covered by existing exhaustiveness test).
  • Pin CI golangci-lint to v2.10.1 to match .tool-versions.

Breaking: downstream consumers must also move from attestantio types to ethpandaops/go-eth2-client types — see #72 for the playbook.

Commits
  • 02a29d7 Merge pull request #73 from ethpandaops/feat/fast-confirmation-event
  • 9e4f482 publish typed fast_confirmation events
  • 7b881cd Merge remote-tracking branch 'origin/master' into feat/fast-confirmation-event
  • 8882c9d recognize fast_confirmation event topic
  • aef99d3 chore: swap go-eth2-client to ethpandaops fork v0.1.2 (#72)
  • 26285c2 Merge pull request #68 from ethpandaops/chore/bump-lint
  • d699c17 chore(replace golangci-lint): update golangci-lint version from 2.4.0 to 2.10...
  • See full diff in compare view

Updates github.com/ethpandaops/xatu from 1.9.1 to 1.12.1

Release notes

Sourced from github.com/ethpandaops/xatu's releases.

v1.12.1

Changelog

  • 4f170220a9ce26fe28e53c6808d0eddf023c16b6 fix(processor): stop per-trace partitioning in BatchItemProcessor (#841)

v1.12.0

Changelog

  • cd0627bff34f4557959638f506a42636eefd9f7b feat(observability): full OTel traces with gRPC propagation (#835)

v1.11.0

End-to-end support for the new beacon API SSE event fast_confirmation introduced in ethereum/beacon-APIs#598.

  • New sentry event handler with dedup cache and wallclock-aware additional data
  • New server event-ingester route and beacon_api_eth_v1_events_fast_confirmation ClickHouse table (migration 002)
  • Derived ClickHouse columns are Nullable so epoch 0 = genesis (real) versus missing data (null)
  • Uses typed OnFastConfirmation from ethpandaops/beacon v0.69.0

v1.10.0

Changelog

  • ba00172082a6e2be2345fa194fae74700f1ca3a8 Merge pull request #822 from ethpandaops/chore/fix-ci-go-bump
  • a814d0faba78782e3188a3701c775174fb06c595 chore(workflows): update Golang version to 1.26.2 and golangci-lint version to 2.12.2 for consistency and compatibility chore(Dockerfile, go.mod): upgrade base Go image to 1.26.2 and update Go module version to match chore(go.mod): update dependencies to ensure compatibility with Go 1.26.2 and fix potential vulnerabilities
  • a8390f63b188352391323af6dfbcbebd6499cc0c feat(output): add s3blobstore sink for blob sidecar archival
Commits
  • 4f17022 fix(processor): stop per-trace partitioning in BatchItemProcessor (#841)
  • cd0627b feat(observability): full OTel traces with gRPC propagation (#835)
  • 908ea1c feat(local): swap xatu-server to direct kafka output with protobuf (#834)
  • 467c4b9 feat: capture fast_confirmation beacon-api event in sentry (#830)
  • ca4ae30 chore: swap go-eth2-client to ethpandaops fork v0.1.2 (#828)
  • a8390f6 feat(output): add s3blobstore sink for blob sidecar archival
  • ba00172 Merge pull request #822 from ethpandaops/chore/fix-ci-go-bump
  • a814d0f chore(workflows): update Golang version to 1.26.2 and golangci-lint version t...
  • See full diff in compare view

Updates github.com/go-co-op/gocron/v2 from 2.21.1 to 2.21.2

Release notes

Sourced from github.com/go-co-op/gocron/v2's releases.

v2.21.2

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.21.1...v2.21.2

Commits

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 go-dependencies group with 3 updates: [github.com/ethpandaops/beacon](https://github.com/ethpandaops/beacon), [github.com/ethpandaops/xatu](https://github.com/ethpandaops/xatu) and [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron).


Updates `github.com/ethpandaops/beacon` from 0.67.0 to 0.69.0
- [Release notes](https://github.com/ethpandaops/beacon/releases)
- [Commits](ethpandaops/beacon@v0.67.0...v0.69.0)

Updates `github.com/ethpandaops/xatu` from 1.9.1 to 1.12.1
- [Release notes](https://github.com/ethpandaops/xatu/releases)
- [Commits](ethpandaops/xatu@v1.9.1...v1.12.1)

Updates `github.com/go-co-op/gocron/v2` from 2.21.1 to 2.21.2
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v2.21.1...v2.21.2)

---
updated-dependencies:
- dependency-name: github.com/ethpandaops/beacon
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/xatu
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-co-op/gocron/v2
  dependency-version: 2.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from mattevans as a code owner May 18, 2026 14:24
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels May 18, 2026
@qu0b-reviewer
Copy link
Copy Markdown

qu0b-reviewer Bot commented May 18, 2026

🤖 qu0b-reviewer

Looks clean — no known advisories for any of the bumped versions, transitive churn proportional to the xatu/beacon bump. 🦋


Reviewed @ 65913cb9
"Strong opinions, loosely held." — Bob Sutton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants