File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ jobs:
5959 go-version : ${{ env.GO_VERSION }}
6060
6161 - name : Install protoc compiler
62- uses : arduino/setup-protoc@v1
62+ uses : arduino/setup-protoc@v2
6363 with :
64- version : v3.16.0
64+ version : v21.12
6565 repo-token : ${{ secrets.GITHUB_TOKEN }}
6666
6767 - name : Install Go deps
6868 run : |
6969 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
70+ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2 .0
7171
7272 - name : Install Task
7373 uses : arduino/setup-task@v1
7777
7878 - name : Check protocol buffers compile correctly
7979 if : runner.os == 'Linux'
80- run : task protoc:compile
80+ run : |
81+ task protoc:compile
82+ git diff --color --exit-code
8183
8284 check :
8385 needs : run-determination
You can’t perform that action at this time.
0 commit comments