Browse Source

Update linter job

tags/v2.1.8^2
9seconds 2 months ago
parent
commit
fb3e921bc6
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      .github/workflows/ci.yaml

+ 1
- 3
.github/workflows/ci.yaml View File

@@ -117,9 +117,7 @@ jobs:
117 117
           go-version: ^1.25
118 118
 
119 119
       - name: Run linter
120
-        uses: golangci/golangci-lint-action@v3
121
-        with:
122
-          version: v2.9.0
120
+        uses: golangci/golangci-lint-action@v9.2.0
123 121
 
124 122
   docker:
125 123
     name: Docker

Loading…
Cancel
Save