fix: migrate goreleaser to v2 and bump actions to node24#237
Merged
barnabasbusa merged 7 commits intomasterfrom Mar 31, 2026
Merged
fix: migrate goreleaser to v2 and bump actions to node24#237barnabasbusa merged 7 commits intomasterfrom
barnabasbusa merged 7 commits intomasterfrom
Conversation
- Add version: 2 to goreleaser config to fix "only version: 2 supported" error - Rename snapshot.name_template to version_template (deprecated) - Replace dockers + docker_manifests with dockers_v2 for simplified multi-arch builds - Update Dockerfiles to use $TARGETPLATFORM for multi-platform binary copy - Remove samcm/ Docker image references, only push to ethpandaops/ - Bump all GitHub Actions to node24-compatible versions: - actions/checkout v3 -> v6 - actions/setup-go v3 -> v6 - actions/setup-node v3 -> v6 - docker/setup-qemu-action v2 -> v4 - docker/setup-buildx-action v2 -> v4 - docker/login-action v2 -> v4 - goreleaser/goreleaser-action v4 -> v7 - golangci/golangci-lint-action v8 -> v9 - guyarb/golang-test-annotations v0.6 -> v0.8 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The annotation action was stuck on node20 with no node24 version available. GitHub Actions logs already surface test failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
go.mod requires go 1.25.1, but workflows were using 1.22 causing lint to fail with "go.mod requires go >= 1.25.1 (running go 1.22.12)". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update go.mod, Dockerfile, and all workflows to Go 1.26. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Avoids needing to manually bump versions for each client release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Preallocate peers slice with capacity - Add nolint:gosec annotations for safe integer conversions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
samcm
approved these changes
Mar 31, 2026
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
version: 2,snapshot.version_template,dockers_v2)dockers+docker_manifests(16 entries) withdockers_v2(2 entries) for simplified multi-arch builds$TARGETPLATFORMfor multi-platform binary copysamcm/Docker image references, only push toethpandaops/guyarb/golang-test-annotationsdependency — stuck on node20 with no node24 version available, and GitHub Actions logs already surface test failureslatesttags for consensus client images in integration tests instead of hardcoded versionsActions updated
actions/checkoutactions/setup-goactions/setup-nodeactions/upload-artifactdocker/setup-qemu-actiondocker/setup-buildx-actiondocker/login-actiongoreleaser/goreleaser-actiongolangci/golangci-lint-actionguyarb/golang-test-annotationsIntegration test images
Switched from pinned versions to
latesttags:sigp/lighthouse:v8.0.1sigp/lighthouse:latestconsensys/teku:25.11.0consensys/teku:latestgcr.io/.../beacon-chain:v7.0.0gcr.io/.../beacon-chain:lateststatusim/nimbus-eth2:amd64-v25.11.0statusim/nimbus-eth2:amd64-latestchainsafe/lodestar:v1.36.0chainsafe/lodestar:latestTest plan
ethpandaops/checkpointz🤖 Generated with Claude Code