Upgrade Go version to 1.26.8 and update gRPC dependency - #96
Merged
Conversation
The daily govulncheck job failed with 5 called vulnerabilities. Four are in the standard library at go1.26.5, all fixed in go1.26.6: GO-2026-6218 (quadratic resolvePath in net/url), GO-2026-6090 (post-handshake message limit in crypto/tls), GO-2026-5972 (asn1 recursion depth), and GO-2026-5026 (idna Punycode labels via net/http). Bump the go directive to 1.26.8, the latest patch on the 1.26 line. The fifth, GO-2026-6061 (xDS RBAC and HTTP/2 server transport), affects google.golang.org/grpc v1.82.0 and is fixed in v1.82.1; upgrade the indirect dependency to v1.82.2. govulncheck now reports no called vulnerabilities; go test ./... and golangci-lint run are clean. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019LVVYgtuJvuPaaXVrkHkgb
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 updates the Go version requirement and related dependencies across the project.
Changes
go.modandgo.workgoogle.golang.org/grpcfrom v1.82.0 to v1.82.2Details
The Go version bump ensures the project uses the latest patch release with bug fixes and security improvements. The gRPC dependency update to v1.82.2 brings in the latest patch fixes for the gRPC library.
https://claude.ai/code/session_019LVVYgtuJvuPaaXVrkHkgb