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
Owner

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
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/ward!1399
No description provided.