chore: bump to protobuf 1.27.1
This commit is contained in:
4
Makefile
4
Makefile
@ -24,8 +24,8 @@ endif
|
||||
# If $GOPATH/bin/protoc-gen-go does not exist, we'll run this command to install
|
||||
# it.
|
||||
$(PROTOC_GEN_GO):
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
|
||||
events.pb.go: events/events.proto | $(PROTOC_GEN_GO) $(PROTOC)
|
||||
protoc --go_out=./go --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative events/events.proto
|
||||
|
Reference in New Issue
Block a user