coolbeans
coolbeans copied to clipboard
Upgrade the protoc version
> 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
- Add any other context about the problem here.
go version version 1.18.1
Looks like this breaks the build https://github.com/1xyz/coolbeans/runs/6379258692?check_suite_focus=true