From 18256dc2d5bc96bd41d5e1dd3e12dbd8d6ac5a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 14 May 2025 13:13:47 +0200 Subject: [PATCH] Hope `proto-lens-protobuf-types` just needs up-to-date `protoc`. --- docker/03-custom-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/03-custom-install.sh b/docker/03-custom-install.sh index 8332180b..2fd2f560 100755 --- a/docker/03-custom-install.sh +++ b/docker/03-custom-install.sh @@ -28,8 +28,8 @@ pushd /tmp \ # protoc, for proto-lens-combinators test suite # Instructions from: https://google.github.io/proto-lens/installing-protoc.html -PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip -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 sudo unzip -o $PROTOC_ZIP -d /usr bin/protoc rm -f $PROTOC_ZIP