coolbeans icon indicating copy to clipboard operation
coolbeans copied to clipboard

Upgrade the protoc version

Open 1xyz opened this issue 3 years ago • 1 comments

> 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

1xyz avatar May 10 '22 22:05 1xyz

Looks like this breaks the build https://github.com/1xyz/coolbeans/runs/6379258692?check_suite_focus=true

1xyz avatar May 10 '22 23:05 1xyz