Skip to content

⬆️ Bump golang.org/x/net from 0.33.0 to 0.38.0 in /tools (#286) #1225

⬆️ Bump golang.org/x/net from 0.33.0 to 0.38.0 in /tools (#286)

⬆️ Bump golang.org/x/net from 0.33.0 to 0.38.0 in /tools (#286) #1225

Workflow file for this run

---
name: Verify
on:
push:
branches:
- main
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run verifications
run: make verify