Skip to content

chore: bump go directive to 1.26.5 to match the toolchain - #303

Merged
v0lkan merged 1 commit into
mainfrom
chore/bump-go-directive-1.26.5
Jul 26, 2026
Merged

chore: bump go directive to 1.26.5 to match the toolchain#303
v0lkan merged 1 commit into
mainfrom
chore/bump-go-directive-1.26.5

Conversation

@v0lkan

@v0lkan v0lkan commented Jul 26, 2026

Copy link
Copy Markdown
Member

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.
Build, test, and audit all pass.

Spec: TBD
Signed-off-by: Volkan Özçelik volkan.ozcelik@broadcom.com

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>
@v0lkan
v0lkan force-pushed the chore/bump-go-directive-1.26.5 branch from 6ab1dd8 to 31dcc25 Compare July 26, 2026 03:35
@v0lkan v0lkan self-assigned this Jul 26, 2026
@v0lkan
v0lkan merged commit 42547a7 into main Jul 26, 2026
14 checks passed
@v0lkan
v0lkan deleted the chore/bump-go-directive-1.26.5 branch July 26, 2026 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant