Skip to content

Bump golang.org/x/net from 0.18.0 to 0.21.0 #139

Bump golang.org/x/net from 0.18.0 to 0.21.0

Bump golang.org/x/net from 0.18.0 to 0.21.0 #139

Workflow file for this run

---
name: Lint
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
args: --issues-exit-code=0
only-new-issues: true