Bump Go toolchain to 1.26.3#13367
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/cli/cli/sessions/74d21df5-9f54-4a76-97ee-7b2e2d7bd6be Co-authored-by: BagToad <47394200+BagToad@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
BagToad
May 7, 2026 21:57
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Go toolchain patch version to the latest 1.26.x release while keeping the go directive at the conventionally pinned <major>.<minor>.0.
Changes:
- Bumped
go.modtoolchaindirective fromgo1.26.2togo1.26.3. - Left the
godirective at1.26.0, aligning with the repository’s bump script convention.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates the toolchain directive to Go 1.26.3 while keeping the go directive unchanged. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
babakks
approved these changes
May 7, 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.
Updates the Go toolchain to the latest 1.26.x patch release.
go.mod: bumptoolchainfromgo1.26.2togo1.26.3. Thegodirective stays at1.26.0, matching the convention enforced by.github/workflows/scripts/bump-go.sh(always<major>.<minor>.0).No other files reference a pinned Go version; CI workflows resolve via
go-version-file: go.mod.