Skip to content
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

New go protoc #85

Merged
merged 2 commits into from
Jan 7, 2022
Merged

New go protoc #85

merged 2 commits into from
Jan 7, 2022

Conversation

Dudesons
Copy link
Contributor

@Dudesons Dudesons commented Jan 7, 2022

Summary

Update the docker image to use the new repository for the golang protoc gen

From github.com/golang/protobuf:

It has been superseded by the google.golang.org/protobuf module, which contains an updated and simplified API, support for protobuf reflection, and many other improvements.
We recommend that new code use the google.golang.org/protobuf module.

Versions v1.4 and later of github.com/golang/protobuf are implemented in terms of google.golang.org/protobuf.
Programs which use both modules must use at least version v1.4 of this one.

From github.com/protocolbuffers/protobuf-go:

This project is the second major revision of the Go protocol buffer API implemented by the google.golang.org/protobuf module.
The first major version is implemented by the github.com/golang/protobuf module.

Changes

  • Use the new repository of the goland protobuffer in order to have future update
  • Update the doc

Notes for Reviewers

...

Release Notes

Damien Goldenberg added 2 commits January 7, 2022 09:30
Signed-off-by: Damien Goldenberg <damien@hivebrite.com>
Signed-off-by: Damien Goldenberg <damien@hivebrite.com>
@rvolosatovs rvolosatovs merged commit 2ba5e5c into rvolosatovs:main Jan 7, 2022
@rvolosatovs
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants