Conversation
## What Upgrade Go from 1.25.1 to 1.26.2 in go.mod. ## Why go1.26.2 fixes 4 vulnerabilities in the standard library: - GO-2026-4947: unexpected work during chain building (crypto/x509) - GO-2026-4946: inefficient policy validation (crypto/x509) - GO-2026-4870: unauthenticated TLS 1.3 KeyUpdate DoS (crypto/tls) - GO-2026-4866: case-sensitive excludedSubtrees auth bypass (crypto/x509) ## Notes - This is a two-minor-version jump (1.25 → 1.26); all tests pass Signed-off-by: jmeridth <jmeridth@gmail.com>
Member
Author
|
We need to bump the golangci-lint version. on it. |
## What Bump golangci-lint from v2.4.0 to v2.11.4 in the lint workflow. ## Why golangci-lint v2.4.0 was built with Go 1.25 and cannot lint Go 1.26 code. ## Notes - This unblocks the lint CI check after the Go 1.26.2 upgrade Signed-off-by: jmeridth <jmeridth@gmail.com>
eddie-knight
approved these changes
Apr 9, 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.
What
Upgrade Go from 1.25.1 to 1.26.2 in go.mod and bump golangci-lint from v2.4.0 to v2.11.4.
Why
go1.26.2 fixes 4 vulnerabilities in the standard library:
Notes