Skip to content

fix(release): let Install nox fetch its required Go toolchain#91

Merged
felixgeelhaar merged 1 commit into
mainfrom
chore/fix-release-toolchain
Jul 10, 2026
Merged

fix(release): let Install nox fetch its required Go toolchain#91
felixgeelhaar merged 1 commit into
mainfrom
chore/fix-release-toolchain

Conversation

@felixgeelhaar

Copy link
Copy Markdown
Collaborator

The release job's go install nox/cli@v0.8.1 failed because nox needs a newer Go than go.mod pins, under GOTOOLCHAIN=local. Sets GOTOOLCHAIN=auto for that step. Fixes the v1.12.0 release (which failed before the SBOM/release step).

https://claude.ai/code/session_01LCyhyAffdzBmzG3yPPqzTT

The release job installs nox/cli@v0.8.1, which requires a newer Go than go.mod
pins, so `go install` failed under the runner's GOTOOLCHAIN=local. Set
GOTOOLCHAIN=auto for that step so the toolchain is fetched on demand. Fixes the
v1.12.0 release run (SBOM step never reached).

Claude-Session: https://claude.ai/code/session_01LCyhyAffdzBmzG3yPPqzTT
@felixgeelhaar
felixgeelhaar enabled auto-merge (squash) July 10, 2026 20:30
@felixgeelhaar
felixgeelhaar merged commit 1755b4a into main Jul 10, 2026
6 checks passed
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