Skip to content

修复csi map 并发panic问题 (#1344) #1616

修复csi map 并发panic问题 (#1344)

修复csi map 并发panic问题 (#1344) #1616

Workflow file for this run

name: reviewdog
on: [push, 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.1.0
with:
golangci_lint_flags: "--exclude-use-default=true --config=./.github/workflows/.golangci.yml"