File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ jobs:
59
59
go-version : ${{ env.GO_VERSION }}
60
60
61
61
- name : Install protoc compiler
62
- uses : arduino/setup-protoc@v1
62
+ uses : arduino/setup-protoc@v2
63
63
with :
64
- version : v3.16.0
64
+ version : v21.12
65
65
repo-token : ${{ secrets.GITHUB_TOKEN }}
66
66
67
67
- name : Install Go deps
68
68
run : |
69
69
go install google.golang.org/protobuf/cmd/[email protected]
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
71
71
72
72
- name : Install Task
73
73
uses : arduino/setup-task@v1
77
77
78
78
- name : Check protocol buffers compile correctly
79
79
if : runner.os == 'Linux'
80
- run : task protoc:compile
80
+ run : |
81
+ task protoc:compile
82
+ git diff --color --exit-code
81
83
82
84
check :
83
85
needs : run-determination
You can’t perform that action at this time.
0 commit comments