From 17745e1be7688ae7b09b8be6c2b8bf23c3d77a00 Mon Sep 17 00:00:00 2001 From: Olli Janatuinen Date: Sun, 30 Sep 2018 09:04:08 +0000 Subject: [PATCH] Use protobuf 3.6.1 with CircleCI Signed-off-by: Olli Janatuinen --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a8c9c620b..be70093ac0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: ARCH: amd64 GOVERSION: 1.11 # Needed to install protoc - PROTOC: https://github.com/google/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-x86_64.zip + PROTOC: https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip # Note(cyli): We create a tmpfs mount to be used for temporary files created by tests # to mitigate the excessive I/O latencies that sometimes cause the tests to fail.