Skip to content

chore(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 #57

chore(deps): bump golang.org/x/net from 0.20.0 to 0.21.0

chore(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 #57

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- '**.md'
jobs:
golangci:
name: Golangci-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --disable-all -E goimports,misspell,whitespace
version: latest