First of all, You need to install Protocol Buffer complier.
You need to add the bin directory to the environment on the after download.
You can use brew to install protubuf, If you use MacOs/Linux
brew install protobufFinally, Install the following plugins all is done!
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest