Upgrade Go version to 1.26.3#4519
Open
alphanota wants to merge 5 commits into
Open
Conversation
Upgrade Go version to 1.26.3 to address security vulnerabilities in the Go standard library. Assisted-by: Jetski:gemini-next Signed-off-by: Angel Montero <angelmontero@google.com>
✅ Deploy Preview for kptdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s primary Go module (github.com/kptdev/kpt) to use Go 1.26.3, aligning the toolchain version implied by go.mod with the intent to pick up Go standard-library security fixes.
Changes:
- Bumped the
godirective in the rootgo.modfrom 1.26.2 to 1.26.3.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| module github.com/kptdev/kpt | ||
|
|
||
| go 1.26.2 | ||
| go 1.26.3 |
Upgrade Go version in documentation/go.mod and healthcheck/go.mod to 1.26.3 to address security vulnerabilities. Assisted-by: Jetski:gemini-next Signed-off-by: Angel Montero <angelmontero@google.com>
Revert the Go version in documentation/go.mod to 1.25.10. This resolves the Netlify build failure while still securing the module with the latest Go 1.25 security patches. Assisted-by: Jetski:gemini-next Signed-off-by: Angel Montero <angelmontero@google.com>
Add GO_VERSION = "1.26.3" to documentation/netlify.toml to ensure the Netlify build environment installs and uses the correct Go version. Align documentation/go.mod back to Go 1.26.3 now that the build environment is properly configured. Assisted-by: Jetski:gemini-next Signed-off-by: Angel Montero <angelmontero@google.com>
Revert documentation/go.mod and documentation/netlify.toml back to their original state. Upgrading them is not required to fix the kpt CLI binary vulnerability, and they are causing compatibility issues with the Netlify build environment. Assisted-by: Jetski:gemini-next Signed-off-by: Angel Montero <angelmontero@google.com>
| module github.com/kptdev/kpt | ||
|
|
||
| go 1.26.2 | ||
| go 1.26.3 |
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.
Upgrade Go version to 1.26.3 to address security vulnerabilities in the Go standard library.
I have used AI in the creation of this PR.
I have used the following AI tools: