ci: pin GOROOT to active go #7

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

Fixes run #7 GOROOT/tool mismatch on the runner.

Fixes run #7 GOROOT/tool mismatch on the runner.
gsadmin added 1 commit 2026-09-02 13:41:32 +00:00
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>
gsadmin added 1 commit 2026-09-02 13:41:33 +00:00
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>
gsadmin merged commit f3e863fe8c into main 2026-09-02 13:41:40 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gsadmin/OrchestrAD#7