From 9f7e88e0f2c23358cf8820cf68ec8191a0b8f678 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Thu, 13 Jun 2024 12:31:43 -0400 Subject: [PATCH] Update test and buf version --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23d4c01..899c680 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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 }}