Skip to content

Commit 5628607

Browse files
authored
github/workflow - update protoc version to 3.9.1 (#637)
1 parent 09ab773 commit 5628607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
go_version: [1.12.x, 1.11.x]
17-
protobuf_version: [3.7.1, 3.0.2, 2.6.1]
17+
protobuf_version: [3.9.1, 3.0.2, 2.6.1]
1818
fail-fast: false
1919
steps:
2020
- name: Checkout branch
@@ -42,5 +42,5 @@ jobs:
4242
run: GOPATH=/home/runner/work/protobuf/gopath GOBIN=$GOPATH/bin PATH=$HOME/bin:$GOBIN:$PATH make buildserverall
4343

4444
- name: Diff check
45-
if: matrix.protobuf_version == '3.7.1' && matrix.go_version == '1.12.x'
45+
if: matrix.protobuf_version == '3.9.1' && matrix.go_version == '1.12.x'
4646
run: (! git status --porcelain | read || (git status; git diff; exit 1))

0 commit comments

Comments
 (0)