ci: clean Go build cache #6

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

Fixes run #6: clear the runner GOCACHE poisoned by an earlier toolchain.

Fixes run #6: clear the runner GOCACHE poisoned by an earlier toolchain.
gsadmin added 1 commit 2026-09-02 13:38:17 +00:00
The self-hosted runner's persistent GOCACHE held objects compiled by a
different toolchain from an earlier run, causing 'compile: version does not
match go tool version'. Run 'go clean -cache' after setup so all packages
recompile with the pinned toolchain.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gsadmin added 1 commit 2026-09-02 13:38:17 +00:00
The self-hosted runner's persistent GOCACHE held objects compiled by a
different toolchain from an earlier run, causing 'compile: version does not
match go tool version'. Run 'go clean -cache' after setup so all packages
recompile with the pinned toolchain.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gsadmin merged commit fee32d7520 into main 2026-09-02 13:38:20 +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#6