We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ab773 commit 5628607Copy full SHA for 5628607
.github/workflows/ci-workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
go_version: [1.12.x, 1.11.x]
17
- protobuf_version: [3.7.1, 3.0.2, 2.6.1]
+ protobuf_version: [3.9.1, 3.0.2, 2.6.1]
18
fail-fast: false
19
steps:
20
- name: Checkout branch
@@ -42,5 +42,5 @@ jobs:
42
run: GOPATH=/home/runner/work/protobuf/gopath GOBIN=$GOPATH/bin PATH=$HOME/bin:$GOBIN:$PATH make buildserverall
43
44
- name: Diff check
45
- 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'
46
run: (! git status --porcelain | read || (git status; git diff; exit 1))
0 commit comments