chore: fix golangci version

This commit is contained in:
Steven 2025-04-02 22:10:19 +08:00
parent 76737b5542
commit 0430de8713
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v7 uses: golangci/golangci-lint-action@v7
with: with:
version: v1.64.5 version: v2.0.1
args: --verbose --timeout=3m args: --verbose --timeout=3m
skip-cache: true skip-cache: true