You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: update setup-go version 1.23→1.25 to match go.mod
All 6 setup-go steps (5 in ci.yml, 1 in release.yml) were still
pinned to go-version: "1.23" while go.mod was updated to go 1.25.
This caused all Go jobs to fail with:
go: go.mod requires go >= 1.25 (running go 1.23.12; GOTOOLCHAIN=local)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments