chore(deps): Bump google.golang.org/grpc from 1.80.0 to 1.81.1#596
Merged
HerbHall merged 1 commit intoJun 2, 2026
Merged
Conversation
Contributor
Author
|
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
Owner
|
@dependabot squash and merge |
Owner
|
@dependabot rebase |
e27d33f to
ca8cc8c
Compare
Owner
|
@dependabot squash and merge |
1 similar comment
Owner
|
@dependabot squash and merge |
ca8cc8c to
49c7989
Compare
HerbHall
added a commit
that referenced
this pull request
Jun 2, 2026
## Summary A fresh govulncheck DB update (one day after #602) flagged two new **stdlib** vulnerabilities in go1.25.10, re-blocking the entire PR queue — main itself, the remaining Dependabot PRs (#588/#591/#596), and release #603 all fail `Vulnerability Check`: | Vuln | Package | Fixed in | |------|---------|----------| | GO-2026-5039 | net/textproto | go1.25.11 | | GO-2026-5037 | crypto/x509 | go1.25.11 | Pure toolchain bump — no module changes. Bumps the `go` directive **and** the Dockerfile `go-builder` image in lockstep (CI reads `go-version-file: go.mod`; the Docker build pins the builder explicitly and fails on a version mismatch otherwise). ## Verification (local) - `go build ./...` / `go vet ./...` — clean - `GOTOOLCHAIN=go1.25.11 govulncheck ./...` — **"No vulnerabilities found"** Once merged, rebasing #588/#591/#596 onto main clears their vuln check, and #603 (v0.6.5) can be cut. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: HerbHall <HerbHall@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Owner
|
@dependabot rebase |
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.80.0 to 1.81.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.80.0...v1.81.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
49c7989 to
f9577fd
Compare
Owner
|
@dependabot squash and merge |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumps google.golang.org/grpc from 1.80.0 to 1.81.1.
Release notes
Sourced from google.golang.org/grpc's releases.
Commits
caf0772Change version from 1.81.1-dev to 1.81.1 (#9122)6ccbeebCherry-pick #9111 into v1.81.x (#9121)b33c29eCherry-pick #9081 into v1.81.x (#9102)c45fae6Change version to 1.81.1-dev (#9063)cb18228Change version to 1.81.0 (#9062)96748f9Cherry-pick #9105 to 1.81.x (#9106)9183222Cherry pick #9055, #9032 to v1.81.x (#9095)5cba6daRevert "deps: update dependencies for all modules (#9065)" (#9067)af8a936deps: update dependencies for all modules (#9065)cdc60dftransport: optimize heap allocations in ready reader and update syscall conne...