SemyonSinchenko commented on code in PR #573:
URL: https://github.com/apache/incubator-graphar/pull/573#discussion_r1701670372
##########
buf.gen.yaml:
##########
@@ -30,4 +30,7 @@ plugins:
# Cpp
- remote: buf.build/protocolbuffers/cpp:v27.1
out: cpp/proto
- # Java code well be generated by maven plugin
\ No newline at end of file
+ # Go
+ - remote: buf.build/protocolbuffers/go
Review Comment:
It should be 27.1 in my understanding. Just because it is the actual version
of `protoc` compiler, that is used under the hood. We are
[using](https://github.com/apache/incubator-graphar/blob/main/maven-projects/proto/pom.xml#L46)
the same in Java.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]