Skip to content

chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 #1

chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0

chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 #1

Workflow file for this run

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