fix(release): avoid hard Go download in promote #1399

Merged
coilyco-ops merged 1 commit from issue-1392 into main 2026-07-15 11:09:10 +00:00
Member

This repairs the promote lane by removing an unnecessary hard dependency on a network fetch for the Go toolchain. The build step now uses a compatible preinstalled Go first and only downloads the pinned toolchain when the runner actually needs it.

That keeps the release path resilient to transient go.dev failures while preserving the pinned toolchain fallback.

  • closes #1392
  • ward.workflow: pull-request-and-merge
  • Validation: make lint-workflows and a YAML parse check passed locally.
This repairs the promote lane by removing an unnecessary hard dependency on a network fetch for the Go toolchain. The build step now uses a compatible preinstalled Go first and only downloads the pinned toolchain when the runner actually needs it. That keeps the release path resilient to transient go.dev failures while preserving the pinned toolchain fallback. - closes #1392 - ward.workflow: pull-request-and-merge - Validation: `make lint-workflows` and a YAML parse check passed locally.
fix(release): avoid hard Go download in promote
All checks were successful
test / test (pull_request) Successful in 46s
62b3f2fa97
Sign in to join this conversation.
No description provided.