Skip to content

Avoid using dependency grpc-go v1.34.0 and v1.35.0-dev

Paul Okstad (ex-GitLab) requested to merge po-prevent-grpc-go-1-30 into master

There is an issue with UNIX domain socket dialing with grpc-go version 1.34.0 and 1.35.0-dev. This change includes a Go module directive to exclude the affected versions until a newer fixed version can be used. More details can be found at the bug issue:

https://github.com/grpc/grpc-go/issues/3990

Edited by Toon Claes

Merge request reports