leno23 opened a new pull request, #3427: URL: https://github.com/apache/dubbo-go/pull/3427
## What Update grpc-related dependencies to align the project with current grpc-go releases: - `google.golang.org/grpc` v1.59.0 -> v1.81.1 - `google.golang.org/protobuf` v1.33.0 -> v1.36.11 - related transitive modules selected by `go get` / `go mod tidy` ## Why This addresses the grpc-go upgrade request and keeps the HTTP/2/grpc dependency stack current. Fixes #2814 ## Validation - `go mod tidy` - `go test ./protocol/... ./client/... ./server/... ./otel/... ./metadata/...` - `git diff --check` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
