Migrate from github.com/gogo/protobuf/protoc-gen-gogo
in make proto
#1138
Labels
enhancement
New feature or request
Problem
The current protobuf generation uses the deprecated
github.com/gogo/protobuf/protoc-gen-gogo
. This poses risks such as lack of support, security vulnerabilities, and future incompatibility. We need to migrate to a maintained alternative.Requirements
Select Alternative:
google.golang.org/protobuf/cmd/protoc-gen-go
buf.build
Update
Makefile
:protoc-gen-gogo
in themake proto
command with the new tool.Adjust Protobuf Definitions:
Update Dependencies:
protoc-gen-gogo
and add the new generator.Testing:
Definition of Done
Makefile
is updated to use the new generator.The text was updated successfully, but these errors were encountered: