Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update to protoc 3.23.4 #1445

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
pull_request: {}

env:
PROTOC_VERSION: 3.23.4

jobs:

rustfmt:
Expand Down Expand Up @@ -34,7 +37,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- run: cargo hack udeps --workspace --each-feature ${{ matrix.option }}

Expand All @@ -60,7 +63,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Check features
run: cargo hack check --all --ignore-private --each-feature --no-dev-deps
Expand All @@ -79,7 +82,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: hecrj/setup-rust-action@v1
with:
rust-version: "1.63"
Expand All @@ -106,7 +109,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- name: Check
run: cargo check --all --all-targets --all-features

Expand All @@ -129,7 +132,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: actions/checkout@v3
- name: Run tests
Expand All @@ -154,7 +157,7 @@ jobs:
- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@3.20.3
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Run interop tests
run: ./interop/test.sh
Expand Down
Binary file modified tonic-types/src/generated/types.bin
Binary file not shown.
Loading