Skip to content

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.34.2 #385

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.34.2

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.34.2 #385

Workflow file for this run

name: Buf Breaking Changes
on:
pull_request:
branches:
- main
- release/*
paths-ignore:
- '**.md'
- '**/mkdocs.yml'
jobs:
buf:
name: buf-breaking-action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.28.1
- uses: bufbuild/buf-breaking-action@v1
with:
input: proto
against: 'https://github.com/complex64/protoc-gen-gorm.git#branch=main,subdir=proto'