Skip to content

Bump golang.org/x/net from 0.26.0 to 0.33.0 (#495) #1039

Bump golang.org/x/net from 0.26.0 to 0.33.0 (#495)

Bump golang.org/x/net from 0.26.0 to 0.33.0 (#495) #1039

Workflow file for this run

name: golangci-lint
on:
push:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
pull_request:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m