Skip to content

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 #169

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0

go.mod: bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 #169

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
make generate
make proto-generate
git diff --exit-code --numstat