security: upgrade golang to 1.25.7 to fix CVE-2025-61732#750
Merged
liamfallon merged 2 commits intokptdev:mainfrom Feb 18, 2026
Merged
security: upgrade golang to 1.25.7 to fix CVE-2025-61732#750liamfallon merged 2 commits intokptdev:mainfrom
liamfallon merged 2 commits intokptdev:mainfrom
Conversation
Signed-off-by: liamfallon <liam.fallon@est.tech>
There was a problem hiding this comment.
Pull request overview
This PR attempts to upgrade Go to version 1.25.7 across the kptdev SDK and base images to address CVE-2025-61732 (referenced via GHSA-8jvr-vh7g-f8gx). However, there is a critical issue: Go version 1.25.7 does not exist. As of January 2025, the Go language has only released versions up to the 1.23.x series.
Changes:
- Updated Go version directive from 1.25.6 to 1.25.7 in multiple go.mod files
- Updated Dockerfile base image from golang:1.25-alpine3.23 to golang:1.25.7-alpine3.23
- Updated various transitive dependencies in go.sum files as a result of the version change
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| go/kfn/go.mod | Updates Go version to non-existent 1.25.7 |
| go/kfn/commands/embed/Dockerfile | Updates base image to non-existent golang:1.25.7-alpine3.23 |
| go/get-started/go.sum | Updates transitive dependency checksums |
| go/get-started/go.mod | Updates Go version to non-existent 1.25.7 and updates indirect dependencies |
| go/fn/internal/test/go.sum | Updates transitive dependency checksums |
| go/fn/internal/test/go.mod | Updates Go version to non-existent 1.25.7 and updates indirect dependencies |
| go/fn/go.sum | Updates transitive dependency checksums |
| go/fn/go.mod | Updates Go version to non-existent 1.25.7 and updates direct/indirect dependencies |
| go/fn/examples/go.sum | Updates transitive dependency checksums |
| go/fn/examples/go.mod | Updates Go version to non-existent 1.25.7 and updates indirect dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: liamfallon <liam.fallon@est.tech>
mozesl-nokia
approved these changes
Feb 18, 2026
efiacor
approved these changes
Feb 18, 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.
This PR upgrades the kptdev SDK and base images to version 1.25.7 to fix CVE-2025-61732