Skip to content

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#17) #8

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#17)

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#17) #8

Workflow file for this run

name: Lint project
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=10m --enable-all --disable wsl,gocritic,funlen,depguard,exhaustivestruct,varnamelen,nestif,cyclop,exhaustruct,revive