Skip to content

go.mod: bump google.golang.org/protobuf from 1.31.1-0.20231027082548-f4a6c1f6e5c1 to 1.32.0 #30

go.mod: bump google.golang.org/protobuf from 1.31.1-0.20231027082548-f4a6c1f6e5c1 to 1.32.0

go.mod: bump google.golang.org/protobuf from 1.31.1-0.20231027082548-f4a6c1f6e5c1 to 1.32.0 #30

name: validate-generated-files
on:
push:
branches: [ main ]
pull_request:
jobs:
validate-generated-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Check generated files
run: |
export PATH=$PATH:$(go env GOPATH)/bin
make install-tools generate buf
git diff --exit-code --numstat