Skip to content

Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.23.0 #10424

Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.23.0

Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.23.0 #10424

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review