First install protoc. You can do this with either your package manager, or directly by downloading protoc-$VERSION-$PLATFORM.zip
Then install protoc-gen-go
and protoc-gen-micro
.
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
cd ./comm/cmd/protoc-gen-micro && go install && cd ../../../
Also required: