pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.63k stars 464 forks source link

Protobuf 3 Optional using Docker Image #442

Closed Awbmilne closed 2 years ago

Awbmilne commented 3 years ago

I havent been able to find a way to pass the --experimental_allow_proto3_optional flag to the docker image. I would like to use this image for CI, but installing the app with Go is just more difficult and feels unnecessary.

Is there a way to accomplish this that i'm missing? Or is this not possible?

panter-dsd commented 2 years ago

464 there is an outdated version of protoc

davidjlynn commented 2 years ago

@Awbmilne With the new version v1.5.1 there is no need to pass the experimental flag, optional is supported by default. @pseudomuto This can be closed as it is already possible.