build(go): bump to 1.26.4 #285
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix vulnerabilities detected by govulncheck
Bump Go toolchain to 1.26.4 to clear GoVulnCheck stdlib findings
Jun 4, 2026
DariuszPorowski
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GoVulnCheck reported known vulnerabilities on
mainfrom the Go stdlib (GO-2026-5037,GO-2026-5038,GO-2026-5039/CVE-2026-27145path). This PR aligns the repository and runtime setup with the patched Go patch release.Toolchain baseline update
go.modfromgo 1.26.3togo 1.26.4so CI/go tooling resolves to the fixed stdlib patch level.Dev/runtime parity update
.taskfiles/runtime.Taskfile.ymlGo runtime pin from1.26.3to1.26.4to keep local/task-based environments consistent with module-level toolchain expectations.Representative diff