diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index ec7eb4d..6316fad 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: bufbuild/buf-setup-action@v1 with: - version: "1.19.0" + version: "1.25.1" github_token: ${{ github.token }} - uses: bufbuild/buf-lint-action@v1 - uses: bufbuild/buf-breaking-action@v1 diff --git a/proto/third_party/buf.yaml b/proto/third_party/buf.yaml index 0a806d0..264213c 100644 --- a/proto/third_party/buf.yaml +++ b/proto/third_party/buf.yaml @@ -12,3 +12,4 @@ lint: - google/api/annotations.proto - google/api/http.proto - google/rpc/status.proto + - google/protobuf/wrappers.proto