Skip to content

release: bump Go toolchain 1.26.4 → 1.26.5 to clear the GO-2026-5856 CVE gate (only red on dev) #138

Description

@gnanirahulnutakki

Context / Problem

The Go CVE scan job (govulncheck ./...) is the only red check on dev. It fires because the Go toolchain is pinned to 1.26.4, which is affected by the standard-library advisory GO-2026-5856. This vuln is in the Go stdlib, so it can only be cleared by bumping the toolchain to 1.26.5 — a dependency bump (dependabot) cannot fix a stdlib vuln. Until this is green, PR #17 (dev→main) cannot merge under branch protection.

Evidence

What to do / Acceptance criteria

  1. Bump the go directive in go/go.mod from 1.26.41.26.5.
  2. Update every go-version pin to 1.26.5: tests.yml (L44/L111/L133), kernel-enforce.yml (L136/L193/L334), and the site/static/repo/.github/workflows/ mirrors.
  3. Update the "currently 1.26.4" comments to say 1.26.5.
  4. Acceptance: the Go CVE scan job (govulncheck ./...) passes green on dev; go build ./... and go test ./... still pass; the site-mirror workflows match the real ones (no drift).

Metadata

Metadata

Assignees

No one assigned

    Labels

    releasedev→main consolidation & versioned release work

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions