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>