Bump Go toolchain to 1.26.3 for security remediation#741
Merged
michaeljguarino merged 1 commit intoMay 14, 2026
Conversation
Updates Go version from 1.26.2 to 1.26.3 across: - go.mod: Go directive updated to 1.26.3 - Dockerfile: golang base images updated to 1.26.3-alpine3.22 Dependencies github.com/go-git/go-git/v5@v5.19.0 and github.com/go-git/go-billy/v5@v5.9.0 are already at required versions. This change remediates in-scope vulnerabilities for console-related Go code.
Contributor
Author
There was a problem hiding this comment.
This PR was generated by the claude Plural Agent Runtime. Here's some useful information you might want to know to evaluate the ai's perfomance:
| Name | Details |
|---|---|
| 💬 Prompt | Create a minimal PR in pluralsh/plural-cli to remediate the in-scope vulnerabilities for console-related Go code.... |
| 🔗 Run history | View run history |
michaeljguarino
approved these changes
May 14, 2026
michaeljguarino
approved these changes
May 14, 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.
Summary
This PR remediates in-scope security vulnerabilities for console-related Go code by updating the Go toolchain version.
Changes
1.26.2to1.26.31.26.2-alpine3.22to1.26.3-alpine3.22(2 occurrences)Dependencies Status
The required go-git dependency versions were already at target levels:
github.com/go-git/go-git/v5@v5.19.0(already at target)github.com/go-git/go-billy/v5@v5.9.0(already at target)No changes to
go.sumwere necessary as this is a toolchain-only update with no dependency graph changes.Service
Service:
plural-cliThis change affects the Plural CLI, which has dependencies on
github.com/pluralsh/consolepackages.Testing
golang:1.26.3-alpine3.22Docker image exists and pulls successfullyNote: This is a minimal security remediation PR focused solely on the Go toolchain version bump as requested.