Skip to content

Commit

Permalink
updated grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
litan1106 committed Aug 5, 2024
1 parent 7b2f440 commit 3a5c538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/features/grpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
touch /home/$WSL_USER_NAME/.homestead-features/grpc
chown -Rf $WSL_USER_NAME:$WSL_USER_GROUP /home/$WSL_USER_NAME/.homestead-features

PROTOC_VERSION=21.7
PROTOC_VERSION=25.2
PROTOC_ZIP=protoc.zip
wget -qO $PROTOC_ZIP https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-linux-x86_64.zip
sudo unzip -o $PROTOC_ZIP -d /usr/local/protoc
Expand Down

0 comments on commit 3a5c538

Please sign in to comment.