ci: align Go toolchain to go.mod 1.25 #5

Merged
gsadmin merged 1 commits from development into main 2026-09-02 13:34:04 +00:00
Owner

Fixes run #5: setup-go now installs the exact go.mod version (1.25) and the builder image is golang:1.25-alpine.

Fixes run #5: setup-go now installs the exact go.mod version (1.25) and the builder image is golang:1.25-alpine.
gsadmin added 1 commit 2026-09-02 13:34:00 +00:00
go get bumped go.mod to 'go 1.25.0' (modernc requirement), but CI used setup-go
1.24 and the image used golang:1.24 — with GOTOOLCHAIN=local the test step failed
('requires go >= 1.25.0'). Install the exact version from go.mod via
go-version-file, bump the builder image to golang:1.25-alpine, and drop the stray
GOTOOLCHAIN override in build.ps1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gsadmin added 1 commit 2026-09-02 13:34:00 +00:00
go get bumped go.mod to 'go 1.25.0' (modernc requirement), but CI used setup-go
1.24 and the image used golang:1.24 — with GOTOOLCHAIN=local the test step failed
('requires go >= 1.25.0'). Install the exact version from go.mod via
go-version-file, bump the builder image to golang:1.25-alpine, and drop the stray
GOTOOLCHAIN override in build.ps1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gsadmin merged commit df06ec8035 into main 2026-09-02 13:34:04 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gsadmin/OrchestrAD#5