Преглед изворни кода

Bump golangci-lint version in CI

Signed-off-by: Anatole Denis <anatole@unverle.fr>
Anatole Denis пре 4 месеци
родитељ
комит
9ec2ea1360
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .github/workflows/lint.yml

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

@@ -18,9 +18,9 @@ jobs:
         with:
           go-version: 'stable'
       - name: golangci-lint
-        uses: golangci/golangci-lint-action@v4
+        uses: golangci/golangci-lint-action@v8
         with:
-          version: v1.62.2
+          version: v2.5.0
           args: --timeout=5m
 
           # Optional: show only new issues if it's a pull request. The default value is `false`.