Skip to content

Commit

Permalink
print protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Dec 18, 2024
1 parent 046d469 commit daef75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gen-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ for path in "${proto_array[@]}"; do
proto_paths+="$path "
done

echo protoc --version $(protoc --version)
protoc --proto_path=$root --go_out=$root --go_opt=paths=source_relative $proto_paths

0 comments on commit daef75a

Please sign in to comment.