浏览代码

Merge pull request #9722 from glours/fix-linting-ci-task

fix version of golangci-lint to v1.47.3, issue with v1.48.0 for now
Guillaume Lours 3 年之前
父节点
当前提交
7c405706b4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.github/workflows/ci.yml

@@ -33,8 +33,9 @@ jobs:
       - name: Run golangci-lint
         env:
           BUILD_TAGS: e2e
-        uses: golangci/golangci-lint-action@v2
+        uses: golangci/golangci-lint-action@v3
         with:
+          version: v1.47.3
           args: --timeout=180s
 
   # only on main branch, costs too much for the gain on every PR