Skip to content

Commit

Permalink
Update test and buf version
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Jun 13, 2024
1 parent f45be76 commit 9f7e88e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read
pull-requests: write
env:
BUF_VERSION: "1.32.2"
BUF_VERSION: "1.33.0"
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -297,7 +297,6 @@ jobs:
printf "syntax = \"proto3\";\npackage bar.v1;\nmessage Foo {}\n" > bar/bar/v1/foo.proto
printf "version: v2\nmodules:\n - path: foo\n name: buf.build/${BUF_USERNAME}/foo\n - path: bar\n" > buf.yaml
- uses: ./
continue-on-error: true # all modules must have a name
with:
username: ${{ secrets.BUF_USERNAME }}
token: ${{ secrets.BUF_TOKEN }}
Expand Down

0 comments on commit 9f7e88e

Please sign in to comment.