chore: fix golangci-lint

This commit is contained in:
Johnny
2025-04-05 22:31:16 +08:00
parent cfc313db1d
commit 9c7b063d72
2 changed files with 88 additions and 77 deletions
+2 -2
View File
@@ -23,9 +23,9 @@ jobs:
go mod tidy
git diff --exit-code
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v7
with:
version: v1.61.0
version: v2.0.2
args: --verbose --timeout=3m
skip-cache: true