Skip to content

Commit

Permalink
run make update
Browse files Browse the repository at this point in the history
  • Loading branch information
dusk125 committed Dec 5, 2024
1 parent c0e8f42 commit a6b16c4
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 228 deletions.
4 changes: 2 additions & 2 deletions hack/update-protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ To skip protobuf generation, set \$PROTO_OPTIONAL."
exit 1
fi

if [[ "$(protoc --version)" != "libprotoc 23."* ]]; then
echo "Generating protobuf requires protoc 23.x. Please download and
if [[ "$(protoc --version)" != "libprotoc 29."* ]]; then
echo "Generating protobuf requires protoc 29.x. Please download and
install the platform appropriate Protobuf package for your OS:
https://github.com/google/protobuf/releases
Expand Down
Loading

0 comments on commit a6b16c4

Please sign in to comment.