Skip to content

Commit

Permalink
update protoc to 29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Jan 16, 2025
1 parent ac21522 commit 5b4854b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -ex

cd ${HOME}

basename=protoc-3.14.0-linux-x86_64
wget https://github.com/google/protobuf/releases/download/v3.14.0/$basename.zip
basename=protoc-29.3-linux-x86_64
wget https://github.com/protocolbuffers/protobuf/releases/download/v29.3/$basename.zip
unzip $basename.zip

0 comments on commit 5b4854b

Please sign in to comment.