ci: align Go toolchain to go.mod 1.25 #5
Reference in New Issue
Block a user
Delete Branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes run #5: setup-go now installs the exact go.mod version (1.25) and the builder image is golang:1.25-alpine.
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>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>