From 7609e656648f376b802f0a4ed39f6894cc0c1a17 Mon Sep 17 00:00:00 2001 From: Jacques Marais Date: Mon, 14 Oct 2019 05:56:53 +0000 Subject: [PATCH] github/workflow - update protoc version to 3.9.1 --- .github/workflows/ci-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 60f3e8b422..83a674a2ad 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: go_version: [1.12.x, 1.11.x] - protobuf_version: [3.7.1, 3.0.2, 2.6.1] + protobuf_version: [3.9.1, 3.0.2, 2.6.1] fail-fast: false steps: - name: Checkout branch @@ -42,5 +42,5 @@ jobs: run: GOPATH=/home/runner/work/protobuf/gopath GOBIN=$GOPATH/bin PATH=$HOME/bin:$GOBIN:$PATH make buildserverall - name: Diff check - if: matrix.protobuf_version == '3.7.1' && matrix.go_version == '1.12.x' + if: matrix.protobuf_version == '3.9.1' && matrix.go_version == '1.12.x' run: (! git status --porcelain | read || (git status; git diff; exit 1)) \ No newline at end of file