Hi, all
I met a problem when I tried to compile the "HelloWorld" program followed
by this[1]. In my environment, the GO version is 1.9. Here are the detailed
steps:
1. Get the lastest grpc code:
go get -d -v google.golang.org/grpc/examples/helloworld/greeter_server
go get -d -v google.golang.org/grpc/examples/helloworld/greeter_client
2. Go to the GOPATH and checkout the grpc repo to v1.10.0
3. Try to compile and install gRPC v1.10.0
go install -a -v
google.golang.org/grpc/examples/helloworld/greeter_server
In the step3, I met these error messages:
# golang.org/x/net/http2
/opt/go/src/golang.org/x/net/http2/client_conn_pool.go:302:6: undefined:
errors.Is
/opt/go/src/golang.org/x/net/http2/server.go:240:72: undefined:
tls.VersionTLS13
/opt/go/src/golang.org/x/net/http2/transport.go:417:30: undefined: errors.Is
/opt/go/src/golang.org/x/net/http2/transport.go:417:45: undefined:
os.ErrDeadlineExceeded
/opt/go/src/golang.org/x/net/http2/transport.go:2076:5: undefined: errors.Is
/opt/go/src/golang.org/x/net/http2/transport.go:2080:5: undefined: errors.Is
/opt/go/src/golang.org/x/net/http2/transport.go:2084:5: undefined: errors.Is
So, my question is, does the gRPC v1.10.0 support GO1.9?
Could someone give me some advice?
Thanks
Zhi Chang
[1]: https://github.com/grpc/grpc-go/tree/v1.10.0/examples
--
You received this message because you are subscribed to the Google Groups
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/6dec627f-85d5-4a4c-8fb9-0a66aed54b08n%40googlegroups.com.