Skip to content

Commit eb73a53

Browse files
pierrot0The TensorFlow Datasets Authors
authored andcommitted
update proto version installed in install_protoc.sh.
PiperOrigin-RevId: 523952220
1 parent 81b425a commit eb73a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_datasets/core/proto/install_protoc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Install the .protoc compiler on Linux
33

44
# Make sure you grab the latest version
5-
curl -OL https://github.com/google/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_64.zip
5+
curl -OL https://github.com/google/protobuf/releases/download/v3.20.0/protoc-3.20.0-linux-x86_64.zip
66

77
# Unzip
8-
unzip protoc-3.11.2-linux-x86_64.zip -d protoc3
8+
unzip protoc-3.20.0-linux-x86_64.zip -d protoc3
99

1010

1111
# Move protoc to /usr/local/bin/

0 commit comments

Comments
 (0)