Closed keelerh closed 4 years ago
Hi Keeley, thanks for your interest in the project! I'm a little confused, as I updated to the new version 2 weeks ago. Are you running this on the master
branch? You can see here that it does indeed implement the new protoreflect API: https://github.com/johanbrandhorst/grpc-gateway-boilerplate/blob/master/proto/example.pb.go#L133. If this is a issue when you're generating the files locally, make sure you've reinstalled to the latest version of protoc-gen-go
by running make install
.
Let me know if you're still having issues with it.
Hi - great project! Unfortunately, I'm hitting a blocker when I try to get your project up and running:
It seems like this may be an issue with the new Go API for Protocol Buffers? I'm not sure if this is a version incompatibility issue with the versions specified in
go.mod
or if I'm perhaps using the wrong version ofprotoc
?Any thoughts would be very much appreciated!