Skip to content

Commit

Permalink
enhance: Update protobuf-go to protobuf-go v2 (#294)
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
weiliu1031 authored Jul 5, 2024
1 parent 0738863 commit bc08314
Show file tree
Hide file tree
Showing 11 changed files with 21,880 additions and 13,406 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ build:

generate-proto: export protoc:=${PWD}/cmake-build/protobuf/protobuf-build/protoc
generate-proto: build
@which protoc-gen-go 1>/dev/null || (echo "Installing protoc-gen-go" && go install github.com/golang/protobuf/[email protected])
@which protoc-gen-go 1>/dev/null || (echo "Installing protoc-gen-go" && go install google.golang.org/protobuf/cmd/[email protected])
@which protoc-gen-go-grpc 1>/dev/null || (echo "Installing protoc-gen-go-grpc" && go install google.golang.org/grpc/cmd/[email protected])
@(env bash $(PWD)/scripts/proto_gen_go.sh)

clean:
Expand Down
Loading

0 comments on commit bc08314

Please sign in to comment.