Skip to content

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #180

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #180

Workflow file for this run

name: lint
on: pull_request
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
uses: reviewdog/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/golangci.yml"