Skip to content

Bump Go to 1.26.6 - #188

Merged
heymrbox merged 1 commit into
mainfrom
fix/go-1.26.6
Aug 15, 2026
Merged

Bump Go to 1.26.6#188
heymrbox merged 1 commit into
mainfrom
fix/go-1.26.6

Conversation

@fredericsun

Copy link
Copy Markdown
Collaborator

Summary

Upgrade the project Go toolchain from 1.26.5 to 1.26.6.

Root cause

The post-merge CI run for #187 failed in Vulnerability Scan after govulncheck began reporting six Go standard-library vulnerabilities affecting Go 1.26.5. All reported vulnerabilities are fixed in Go 1.26.6.

This failure was unrelated to the functional changes in #187.

Changes

  • Upgrade the Go version in go.mod.
  • Upgrade the Docker builder image to Go 1.26.6.
  • Synchronize the minimal-image test fixture.
  • Update contributor documentation with the new minimum Go version.

Validation

  • make vulncheck — no vulnerabilities found
  • make ci — passed
  • make build — passed
  • bash hack/verify-minimal-images_test.sh — passed

Signed-off-by: Yue Sun <fredericsun99@gmail.com>
@github-actions

Copy link
Copy Markdown

Codex review

Files reviewed

Root:

  • [reviewed] CONTRIBUTING.md
  • [reviewed] go.mod

dockerfiles/:

  • [reviewed] dockerfiles/Dockerfile

hack/:

  • [reviewed] hack/verify-minimal-images_test.sh

site/content/en/docs/developer-guide/:

  • [reviewed] site/content/en/docs/developer-guide/contributing.md

Findings

Blocking

None.

Should-fix

None.

Nit

None.

Per-category coverage

  1. Vendor-neutral naming: Clean
  2. Contract & spec / docs sync: Clean
  3. gRPC fail-open semantics: Clean
  4. Quality (tests / error wrapping / package placement / generated drift): Clean

Verdict

approve

@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@fredericsun
fredericsun requested a review from heymrbox August 15, 2026 00:25
@heymrbox
heymrbox merged commit 77e7298 into main Aug 15, 2026
21 checks passed
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.

2 participants