Skip to content

ci(release): bump release workflow Go to 1.26.4#59

Merged
FumingPower3925 merged 1 commit into
mainfrom
ci/release-go-1.26.4
Jun 4, 2026
Merged

ci(release): bump release workflow Go to 1.26.4#59
FumingPower3925 merged 1 commit into
mainfrom
ci/release-go-1.26.4

Conversation

@FumingPower3925

Copy link
Copy Markdown
Contributor

The release workflow pinned Go 1.26.3 while go.mod now requires 1.26.4 (GOTOOLCHAIN=local), so v1.4.6's Verify module + binary-build jobs failed. The module published fine via the tag (proxy has v1.4.6, and probatorium cross-builds loadgen from source anyway), so nothing downstream is affected — this just makes future release runs green and finishes the Go-1.26.4 unification.

go.mod requires go >= 1.26.4; the release workflow ran setup-go 1.26.3 with
GOTOOLCHAIN=local, so 'Verify module' + the binary builds failed on v1.4.6.
The module itself publishes via the tag (proxy has v1.4.6); this fixes the
workflow so future releases verify + attach binaries. Completes the toolchain
unification (ci.yml was already on 1.26.4).
@FumingPower3925 FumingPower3925 merged commit 3be703b into main Jun 4, 2026
3 checks passed
@FumingPower3925 FumingPower3925 deleted the ci/release-go-1.26.4 branch June 4, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant