Skip to content

Bump golang.org/x/net from 0.30.0 to 0.31.0 (#645) #2183

Bump golang.org/x/net from 0.30.0 to 0.31.0 (#645)

Bump golang.org/x/net from 0.30.0 to 0.31.0 (#645) #2183

Workflow file for this run

name: lint
on:
push:
branches: [ main, v4 ]
pull_request:
branches: [ main, v4 ]
jobs:
golangci-lint:
runs-on: ubuntu-22.04
env:
CGO_ENABLED: '0'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.23"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.61.0
go-mod-tidy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.23"
- run: |
go mod tidy
git diff --exit-code