Skip to content

Upgrade Go version to 1.26.8 and update gRPC dependency - #96

Merged
deepakjois merged 1 commit into
mainfrom
claude/session-y4foc0
Sep 2, 2026
Merged

Upgrade Go version to 1.26.8 and update gRPC dependency#96
deepakjois merged 1 commit into
mainfrom
claude/session-y4foc0

Conversation

@deepakjois

Copy link
Copy Markdown
Owner

Summary

This PR updates the Go version requirement and related dependencies across the project.

Changes

  • Upgraded Go version from 1.26.5 to 1.26.8 in both go.mod and go.work
  • Updated google.golang.org/grpc from v1.82.0 to v1.82.2

Details

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

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
@deepakjois
deepakjois merged commit 32bc38e into main Sep 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants