1xyz / coolbeans

Coolbeans is a distributed work queue that implements the beanstalkd protocol.
Mozilla Public License 2.0
67 stars 6 forks source link

Upgrade the protoc version #51

Open 1xyz opened 2 years ago

1xyz commented 2 years ago
> 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?

Other:

go version version 1.18.1

1xyz commented 2 years ago

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