Skip to content

Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#220) #126

Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#220)

Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#220) #126

Workflow file for this run

name: buf-push
on:
push:
branches: [ 'main' ]
permissions:
contents: read
pull-requests: write
jobs:
build:
name: Check protos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
format: false
lint: true
breaking: true
push: true
input: "api"
token: ${{ secrets.BUF_TOKEN }}