Skip to content

Use go1.26.2 and bump go deps #1881

Use go1.26.2 and bump go deps

Use go1.26.2 and bump go deps #1881

name: make-generate-and-diff
on:
push:
branches:
- main
- release-**
pull_request:
branches:
- main
- release-**
jobs:
build:
name: Block generated files from becoming outdated
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
id: go
- name: make generate-and-diff
run: make generate-and-diff