generated from CubeCraft-Creations/Tracehound
b1edabd3da
On the go-react runner image, npm/node/go already work (npm ci succeeds), but the setup-go/setup-node actions install tool-cache binaries that can't execute on this runner (node/22.22.3/x64: "cannot execute"), failing the jobs in their post steps. Drop those actions and use the image's built-in toolchains; also reduces flaky github.com action clones. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>