Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba534c0

Browse files
[skip-changelog] Bump setup-protoc to v2 (#2190)
* bump setup protoc to v2 * bump protoc-gen-go-grpc to 1.2.0 * check for compile diffs
1 parent cc9eb82 commit ba534c0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎.github/workflows/check-protobuf-task.yml‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -77,7 +77,9 @@ jobs:
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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /