fix(vuln): bump go directive to 1.26.4 to clear stdlib CVEs#6
Conversation
📝 WalkthroughWalkthroughThe PR updates the Go toolchain version directive in ChangesGo Toolchain Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the Go version in the go.mod file from 1.26.3 to 1.26.4. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
The
vulnjob was failing on both dependabot PRs (#4, #5) and on main due to stdlib vulnerabilities in thego 1.26.3toolchain pinned by go.mod:Both are fixed in go1.26.4. Because CI uses
go-version-file: go.modwithGOTOOLCHAIN: local, bumping the go directive to 1.26.4 makes every job pull the patched toolchain.Verified locally:
govulncheck ./...→No vulnerabilities found.