Bump Go to 1.26.5#137
Open
jr-lillard wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s Go toolchain from 1.26.1 to 1.26.5 across local tooling and both Go modules, aligning builds/tests with the patched standard library version to clear govulncheck finding GO-2026-5856.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Changes:
- Bump root module
go.modtogo 1.26.5. - Bump smoke-test module
tests/smoke/go.modtogo 1.26.5. - Update
.mise.tomlto install/use Go1.26.5.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.mise.toml |
Updates the pinned Go tool version used by mise to 1.26.5. |
go.mod |
Raises the main module’s Go version directive to 1.26.5. |
tests/smoke/go.mod |
Raises the smoke-test module’s Go version directive to 1.26.5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
.mise.toml, the main module, and the smoke-test module.govulncheckas GO-2026-5856.Test plan
make checkmake buildmake race-testmake check-surfacemake vuln— no vulnerabilities foundSummary by cubic
Bumped Go from 1.26.1 to 1.26.5 in
.mise.toml, rootgo.mod, and smoke-testgo.modto pull in stdlib security fixes and cleargovulncheckalert GO-2026-5856.mise install) before building and testing.Written for commit 5e29db4. Summary will update on new commits.