8000 chore(deps): bump golang.org/x/tools from 0.17.0 to 0.20.0 · go-gorm/gen@294352c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): bump golang.org/x/tools from 0.17.0 to 0.20.0 #842

chore(deps): bump golang.org/x/tools from 0.17.0 to 0.20.0

chore(deps): bump golang.org/x/tools from 0.17.0 to 0.20.0 #842

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: '--timeout 5m'
0