From e65ada398438449b6a78e40bc3d8245d7200440f Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Fri, 5 Aug 2022 10:27:32 +0200 Subject: [PATCH] fix version of golangci-lint to v1.47.3, issue with v1.48.0 for now Signed-off-by: Guillaume Lours --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a1293079..278e520ba 100644 --- a/.github/workflows/ci.yml +++ b/.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