Skip to content

Commit

Permalink
Upgrade to buf 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschorr committed Jun 6, 2022
1 parent d7cf30a commit 38dad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -48,6 +48,6 @@ jobs:
- uses: "actions/checkout@v2"
- uses: "bufbuild/buf-setup-action@v0.6.0"
with:
version: "1.0.0-rc12"
version: "1.3.1"
- name: "Generate & Diff Protos"
run: "./buf.gen.yaml && git diff --text && bash -c '[ $(git status --porcelain | tee /dev/fd/2 | wc -c) -eq 0 ]'"

0 comments on commit 38dad0e

Please sign in to comment.