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
Protobuf editions is the successor of proto2 and proto3. See documentation.
When trying to compile a go_proto_library() with a proto file using editions, I get the following error:
Success!path/to/file.proto: is an editions file, but code generator protoc-gen-go-grpc hasn't been updated to support editions yet. Please ask the owner of this code generator to add support or switch back to proto2/proto3.
The text was updated successfully, but these errors were encountered:
Protobuf editions is the successor of proto2 and proto3. See documentation.
When trying to compile a
go_proto_library()
with a proto file using editions, I get the following error:The text was updated successfully, but these errors were encountered: