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
setup-go resolved `1.25.x` to go1.25.12 from the actions manifest, whose
standard library carries GO-2026-6218, GO-2026-6090, GO-2026-5972 and
GO-2026-5026. govulncheck reached all four through internal/client and
main, failing the v0.1.0 release run.
All four are fixed in go1.25.13. Pin the exact patch in every workflow,
matching how the repository already pins actions, Terraform, GoReleaser
and the scanners, and raise the go.mod minimum so local builds cannot
silently link the vulnerable standard library either.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DpUsd73mXSq8bGp6zDLGhX
0 commit comments