Skip to content

Commit 18256dc

Browse files
committed
Hope proto-lens-protobuf-types just needs up-to-date protoc.
1 parent 709835d commit 18256dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/03-custom-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pushd /tmp \
2828

2929
# protoc, for proto-lens-combinators test suite
3030
# 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
31+
PROTOC_ZIP=protoc-28.0-linux-x86_64.zip
32+
curl -OL https://github.com/google/protobuf/releases/download/v28.0/$PROTOC_ZIP
3333
sudo unzip -o $PROTOC_ZIP -d /usr bin/protoc
3434
rm -f $PROTOC_ZIP
3535

0 commit comments

Comments
 (0)