mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
chore(ci): specify latest golangci-lint
This commit is contained in:
1
.github/workflows/golangci-lint.yml
vendored
1
.github/workflows/golangci-lint.yml
vendored
@@ -60,6 +60,7 @@ jobs:
|
|||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
uses: reviewdog/action-golangci-lint@v2
|
uses: reviewdog/action-golangci-lint@v2
|
||||||
with:
|
with:
|
||||||
|
golangci_lint_version: v2.2.1
|
||||||
golangci_lint_flags: "--tests=false --timeout=5m"
|
golangci_lint_flags: "--tests=false --timeout=5m"
|
||||||
workdir: ${{ matrix.package }}
|
workdir: ${{ matrix.package }}
|
||||||
fail_level: "warning"
|
fail_level: "warning"
|
||||||
|
Reference in New Issue
Block a user