1

I'm having troubles with gRPC inside Docker, cannot figure out why some references are undefined in the *_pb.go files

pkg/proto/notify/notify_grpc.pb.go:14:11: undefined: grpc.SupportPackageIsVersion7
pkg/proto/notify/notify_grpc.pb.go:71:30: undefined: grpc.ServiceRegistrar

More details: https://stackoverflow.com/q/...

Comments
  • 0
    @dontknowshit I just updated the google.golang.org/grpc package to v1. 31.1 and also my base Docker image and the issue was fixed!
Add Comment