From 3f8a1a5129c98920e1652e965004ac77e9bb8ef1 Mon Sep 17 00:00:00 2001 From: Dragos Carp Date: Tue, 26 Mar 2019 23:01:50 +0100 Subject: [PATCH] Check conformance with Protobuf v3.7.1 --- conformance/run-conformance-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformance/run-conformance-test.sh b/conformance/run-conformance-test.sh index a317603..da137d9 100755 --- a/conformance/run-conformance-test.sh +++ b/conformance/run-conformance-test.sh @@ -5,7 +5,7 @@ if cd protobuf >/dev/null 2>&1; then else git clone https://github.com/google/protobuf.git && cd protobuf fi -git checkout tags/v3.7.0 --detach +git checkout tags/v3.7.1 --detach git submodule update --init --recursive