We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
proto-lens-protobuf-types
protoc
1 parent 709835d commit 18256dcCopy full SHA for 18256dc
1 file changed
docker/03-custom-install.sh
@@ -28,8 +28,8 @@ pushd /tmp \
28
29
# protoc, for proto-lens-combinators test suite
30
# Instructions from: https://google.github.io/proto-lens/installing-protoc.html
31
-PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip
32
-curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/$PROTOC_ZIP
+PROTOC_ZIP=protoc-28.0-linux-x86_64.zip
+curl -OL https://github.com/google/protobuf/releases/download/v28.0/$PROTOC_ZIP
33
sudo unzip -o $PROTOC_ZIP -d /usr bin/protoc
34
rm -f $PROTOC_ZIP
35
0 commit comments