We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9eb82 commit ba534c0Copy full SHA for ba534c0
.github/workflows/check-protobuf-task.yml
@@ -59,15 +59,15 @@ jobs:
59
go-version: ${{ env.GO_VERSION }}
60
61
- name: Install protoc compiler
62
- uses: arduino/setup-protoc@v1
+ uses: arduino/setup-protoc@v2
63
with:
64
- version: v3.16.0
+ version: v21.12
65
repo-token: ${{ secrets.GITHUB_TOKEN }}
66
67
- name: Install Go deps
68
run: |
69
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0
70
- go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
+ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
71
72
- name: Install Task
73
uses: arduino/setup-task@v1
@@ -77,7 +77,9 @@ jobs:
77
78
- name: Check protocol buffers compile correctly
79
if: runner.os == 'Linux'
80
- run: task protoc:compile
+ run: |
81
+ task protoc:compile
82
+ git diff --color --exit-code
83
84
check:
85
needs: run-determination
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments