ci: clean Go build cache #6

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

1 Commits

Author SHA1 Message Date
Alphaeus Mote fd5f51dbfe ci: clean the Go build cache before building
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>
2026-09-02 09:38:14 -04:00