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
Hi. This error is happening because you have a newer version of protoc-gen-go installed locally. This repository still uses github.com/golang/protobuf. You can install the correct version using go install github.com/golang/protobuf/protoc-gen-go in the root of this repository.
We should however update to using protoc-gen-go from google.golang.org/protobuf, so I'll keep this issue open.
johanbrandhorst
changed the title
Update react example protogen.sh
Upgrade to protoc-gen-go from google.golang.org/protobuf
Mar 2, 2022
Please update it to work with gomodules and latest release of protoc. Currently I'm getting
Also previously I had to add
option go_package = "./";
to proto file.The text was updated successfully, but these errors were encountered: