Skip to content

Bump golang.org/x/net from 0.24.0 to 0.25.0 #754

Bump golang.org/x/net from 0.24.0 to 0.25.0

Bump golang.org/x/net from 0.24.0 to 0.25.0 #754

name: generated-code
on: pull_request
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --depth=0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: go generate and diff checks
run: go generate ./... && git diff --exit-code