You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system (Linux, Windows, …) and version?
ubuntu 20.04
What did you do?
If possible, provide a recipe for reproducing the error.
git clone https://github.com/grpc/grpc-go grpc
pushd grpc
go mod edit -replace=google.golang.org/grpc=github.com/grpc/grpc-go@latest
go mod tidy
go mod vendor
go build -mod=vendor
make test
What version of gRPC are you using?
master
What version of Go are you using (
go version
)?go1.16.3
What operating system (Linux, Windows, …) and version?
ubuntu 20.04
What did you do?
If possible, provide a recipe for reproducing the error.
What did you see instead?
The text was updated successfully, but these errors were encountered: