ci: pin GOROOT to active go #7

Merged
gsadmin merged 1 commits from development into main 2026-09-02 13:41:40 +00:00

1 Commits

Author SHA1 Message Date
Alphaeus Mote 6632ea41dd ci: pin GOROOT to the active go binary
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>
2026-09-02 09:41:29 -04:00