> git clone https://github.com/1xyz/coolbeans.git
> make build
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
protoc -I api/v1 api/v1/*.proto --go_out=plugins=grpc:api/v1 --go_opt=paths=source_relative
--go_out: protoc-gen-go: plugins are not supported; use 'protoc --go-grpc_out=...' to generate gRPC
See https://grpc.io/docs/languages/go/quickstart/#regenerate-grpc-code for more information.
What is the expected behavior?
Expected the build to complete. Looks like protoc
Other:
OS: [e.g. Linux, Docker, OSX]: OSX
Version or branch-commit-hash [e.g. 1.0, master-abcde] master
What is the expected behavior?
Other:
go version version 1.18.1