Skip to content

fix: use go-version-file in release workflow#317

Merged
ethanndickson merged 1 commit intomainfrom
fix/release-go-version
Mar 6, 2026
Merged

fix: use go-version-file in release workflow#317
ethanndickson merged 1 commit intomainfrom
fix/release-go-version

Conversation

@ethanndickson
Copy link
Member

The release workflow hardcoded go-version: "1.25.6", but go.mod was bumped to 1.25.7 in #316, causing the v0.0.14 release to fail with:

go: go.mod requires go >= 1.25.7 (running go 1.25.6; GOTOOLCHAIN=local)

Switch to go-version-file: "go.mod" (matching test.yml) so the Go version is always read from go.mod and can't drift.

The release workflow hardcoded go-version: "1.25.6", but go.mod was
bumped to 1.25.7 in #316, causing the release to fail with:

  go: go.mod requires go >= 1.25.7 (running go 1.25.6; GOTOOLCHAIN=local)

Switch to go-version-file: "go.mod" to match test.yml, so the version
is always read from go.mod and can't drift.
@ethanndickson ethanndickson merged commit 6697442 into main Mar 6, 2026
3 checks passed
@ethanndickson ethanndickson deleted the fix/release-go-version branch March 6, 2026 14:05
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