Fix setup-go CI version pin #2

Merged
stephen merged 1 commit from fix/current-go-ci into main 2026-08-22 14:08:43 +00:00
Owner

CI was still pinned to Go 1.22.12, but that archive is gone from the Go download mirrors, so the first install job failed before the action could prove itself.

What changed

  • Move the live install and go.mod e2e checks to Go 1.27.0, which is present in the current Go listing.
  • Validate exact Go versions against the listing before attempting a download, so stale pins fail with a resolver error.

Testing

  • bash tests/run.sh
CI was still pinned to Go 1.22.12, but that archive is gone from the Go download mirrors, so the first install job failed before the action could prove itself. **What changed** - Move the live install and go.mod e2e checks to Go 1.27.0, which is present in the current Go listing. - Validate exact Go versions against the listing before attempting a download, so stale pins fail with a resolver error. **Testing** - `bash tests/run.sh`
Fix setup-go CI version pin
All checks were successful
test / unit (pull_request) Successful in 20s
test / install (1.27.0) (pull_request) Successful in 12s
test / version-file-and-cache (pull_request) Successful in 16s
cf19b3a175
stephen referenced this pull request from a commit 2026-08-22 14:08:45 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
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
fjord/setup-go-action!2
No description provided.