Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Update README buf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wizhi committed Nov 26, 2020
1 parent c803d6e commit 0498fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: wizhi/setup-buf@v1
with:
version: 0.18.0
version: 0.32.0
- run: buf check lint

breaking:
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: wizhi/setup-buf@v1
with:
version: 0.18.0
version: 0.32.0
- run: buf check breaking --against-input ".git#ref=${{ github.base_ref }}"

```
Expand Down

0 comments on commit 0498fa5

Please sign in to comment.