Bump Go to 1.26.6 and patch stdlib / module CVEs - #1044
Open
walidelbiir wants to merge 1 commit into
Open
Conversation
- Bump Go toolchain from 1.26.3 to 1.26.6 (fixes CVE-2026-39821 stdlib/idna) - Bump golang.org/x/mod to v0.40.0 (fixes CVE-2026-56865) - Bump golang.org/x/text to v0.39.0 (fixes GO-2026-5970 in CLI code paths) - Bump goreleaser-cross image to v1.26.5 (latest available; no v1.26.6 tag yet) Jobflow and other consumers ship the published Linux amd64 binaries from releases. Please cut a patch release after merge. Co-authored-by: Cursor <cursoragent@cursor.com>
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
Security-only bump so published Linux amd64 binaries are built with a patched Go toolchain and dependencies. Jobflow ships these binaries via
XATA_PGROLL_BINARY_VERSIONand Aikido flags CVEs against the released artifacts.CVEs addressed
golang.org/x/net/idna/ Punycode)golang.org/x/modgolang.org/x/text(CLI code path via pterm)Changes
go.mod/dev/go.mod:go 1.26.3→go 1.26.6golang.org/x/modv0.36.0 → v0.40.0golang.org/x/textv0.34.0 → v0.39.0.github/workflows/build.yml:goreleaser/goreleaser-crossv1.26.2 → v1.26.5 (latest published tag; no v1.26.6 image exists yet — release binaries will still use Go 1.26.5 until goreleaser-cross ships 1.26.6;go.modand CIsetup-goalready target 1.26.6)Verification
Remaining
govulncheckfindings forgolang.org/x/crypto/sshare test-only (via testcontainers) and not linked into the CLI binary.Release request
Please cut a patch release after merge (current latest:
v0.16.2). Jobflow pinsXATA_PGROLL_BINARY_VERSIONand cannot consumemaindirectly.Made with Cursor