protoc-gen-go-grpc: program not found or is not executable

the missing plugin has been implemented at https://github.com/grpc/grpc-go.

command below should fix it

go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

Leave a Comment