Browse Source

update linter settings (#3290)

Xiaokang Wang (Shelikhoo) 10 months ago
parent
commit
524861989a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/linter.yml

+ 2 - 2
.github/workflows/linter.yml

@@ -28,8 +28,8 @@ jobs:
         uses: actions/checkout@v3
 
       - name: golangci-lint
-        uses: golangci/golangci-lint-action@v3
+        uses: golangci/golangci-lint-action@v6
         with:
-          version: latest
+          version: v1.63
           args: --config=.github/linters/.golangci.yml
           only-new-issues: true