From 1b15aa0b0dc4e3bc4bd6dcd84549bce456cdcade Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Wed, 7 Aug 2019 10:52:27 +0200 Subject: [PATCH] Upgrade protobuf to v3.9.1 for AppVeyor We can now switch back to a current version of the protocol since the PR https://github.com/protocolbuffers/protobuf/pull/5044 has been merged to master a released. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index db9dbd22ec8..580f449cf04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ install: # protobuf tooling needed at test time. We use a very old version of the compiler # because of this: https://github.com/protocolbuffers/protobuf/issues/3957 - go get github.com/golang/protobuf/protoc-gen-go - - curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-win32.zip + - curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.9.1/protoc-3.9.1-win32.zip - 7z x protoc.zip -o%PROTOC_PATH% test_script: