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
chore: bump go directive to 1.26.5 to match the toolchain (#303)
The go directive lagged at 1.25.5 while the toolchain was pinned to
go1.26.5, which was needlessly confusing. Set a single `go 1.26.5`
directive and drop the now-redundant toolchain line, giving one source
of truth for the language/toolchain version.
CI reads go-version-file: go.mod, so it picks up 1.26.5 automatically.
The Docker builder images, however, pin the Go version themselves and
ship with GOTOOLCHAIN=local, so golang:1.25.5 refused the new directive
(`go mod download` failed in the image-build workflow). Bump all five
builder images to golang:1.26.5 to match.
Build, test, and audit all pass.
Spec: TBD
Signed-off-by: Volkan Özçelik <volkan.ozcelik@broadcom.com>
0 commit comments