ci: pin GOROOT to active go #7
Reference in New Issue
Block a user
Delete Branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes run #7 GOROOT/tool mismatch on the runner.
The runner's stale global GOROOT pointed 'go' 1.25.0 at a 1.26.4 compile tool ('compile ... does not match go tool version'), which go clean -cache could not fix. Resolve GOROOT from the active go binary and export it for all steps, with diagnostics, then clean the cache under that GOROOT. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>The runner's stale global GOROOT pointed 'go' 1.25.0 at a 1.26.4 compile tool ('compile ... does not match go tool version'), which go clean -cache could not fix. Resolve GOROOT from the active go binary and export it for all steps, with diagnostics, then clean the cache under that GOROOT. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>