Skip to content

feat(ci+docs): finish Go 1.26 upgrade -- align CI workflow and README#667

Open
75asu wants to merge 1 commit into
NVIDIA:mainfrom
75asu:feat/bump-ci-and-readme-to-go-1.26
Open

feat(ci+docs): finish Go 1.26 upgrade -- align CI workflow and README#667
75asu wants to merge 1 commit into
NVIDIA:mainfrom
75asu:feat/bump-ci-and-readme-to-go-1.26

Conversation

@75asu

@75asu 75asu commented May 30, 2026

Copy link
Copy Markdown

Resolves #641

The bulk of the Go 1.26 upgrade landed in #656 (the 4.5.3-4.8.2 release commit), which bumped go.mod to 1.26.0 / toolchain go1.26.2 along with the Makefile and Dockerfiles. The CI workflow and README minimum-version statement were missed in that PR.

  • .github/workflows/go.yml: go-version: 1.24 -> '1.26' so CI's installed Go matches what the toolchain directive actually pulls.
  • README.md: Golang >= 1.24 -> Golang >= 1.26 so the prerequisites match go.mod.

This finishes the closing two stragglers from #641 so the stated Go version is consistent across go.mod, Makefile, Dockerfiles, CI, and README.

Signed-off-by: Asutosh Panda <asutosh.pda@gmail.com>
@75asu 75asu mentioned this pull request May 30, 2026
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.

Upgrade to go 1.26+

1 participant