decide for _one_ protobuf compiler, use (and enforce) it everywhere, run it on CI #1976
Labels
effort/hours
Estimated to take one or several hours
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
We're currently using both
gogofast
andgogofaster
. Both of them are deprecated: https://github.com/gogo/protobuf#deprecated-protocol-buffers-for-go-with-gadgetsWe should decide for one compiler to use, to be consistent. We should also run
go generate
/ make on CI, to make sure that our Protobuf code is consistent with the proto definitions.The text was updated successfully, but these errors were encountered: