-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker file pulls github.com/golang/protobuf/proto-gen-go from master and not a tag/release #109
Comments
we got around this by bumping our various protobuf packages in our go projects to match |
Thanks for the response @mhamrah So your go projects also pull from the master of I tried to pin the version of protoc-gen-go in the docker image
However:
Then fails to install because it depends on |
We use go modules, and bumped to the latest. |
Hi @BradErz , though the image is still building using protobuf latest, I think latest release addresses your issue (1.32_4). Please let me know. |
Currently the docker image pulls the github.com/golang/protobuf/protoc-gen-go from master:
https://github.com/namely/docker-protoc/blob/master/Dockerfile#L42
Doing this with the latest released version of protoc
3.6.1
causes:The issue was discussed here is quite some detail:
golang/protobuf#763
Is anyone getting arround this right now? Im about to open a PR to fix it otherwise. Following the install instructions in the README of https://github.com/golang/protobuf#installation
The text was updated successfully, but these errors were encountered: