ci: use docker-generate-protobuf by default in Makefile
This commit modifies Makefile to use docker-generate-protobuf instead of generate-protobuf by default.
We need to update protobuf versions inside the tools container as well.
We need to update protobuf versions inside the tools container as well.
where exactly ?
We need to update protobuf versions inside the tools container as well.
where exactly ?
Right now the tools container uses the latest available version from Fedora. We should pin the version to that in the spec repo. We could have something like this for protoc tools.
@Rakshith-R please update this, or let me know if you want me to take it over. Thanks!