Skip to content

Commit

Permalink
github/workflow - update protoc version to 3.9.1 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarais committed Oct 14, 2019
1 parent 09ab773 commit 5628607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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))

0 comments on commit 5628607

Please sign in to comment.