Skip to content

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.36.0-20240617172850-a48fcebcf8f1.1 to 1.36.0-20241220201140-4c5ba75caaf8.1 #2938

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.36.0-20240617172850-a48fcebcf8f1.1 to 1.36.0-20241220201140-4c5ba75caaf8.1

go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go from 1.36.0-20240617172850-a48fcebcf8f1.1 to 1.36.0-20241220201140-4c5ba75caaf8.1 #2938

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
env:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
run: |
export PATH=$PATH:$(go env GOPATH)/bin
make install-tools generate proto-generate
git diff
git diff --exit-code --numstat