Skip to content

chore(deps): bump google.golang.org/grpc from 1.64.1 to 1.75.1 #2302

chore(deps): bump google.golang.org/grpc from 1.64.1 to 1.75.1

chore(deps): bump google.golang.org/grpc from 1.64.1 to 1.75.1 #2302

Workflow file for this run

name: Protobuf

Check failure on line 1 in .github/workflows/proto.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/proto.yml

Invalid workflow file

(Line: 6, Col: 3): Unexpected value 'paths', (Line: 6, Col: 10): A sequence was not expected
# Protobuf runs buf (https://buf.build/) lint and check-breakage
# This workflow is only run when a .proto file has been changed
on:
pull_request:
paths: ["**.proto"]
jobs:
breakage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check-breakage
run: make proto-check-breaking