From e34b88d6e45e4b93b030eb4ce8edd19adbaff82a Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 6 Feb 2023 10:05:36 +0100 Subject: [PATCH] .github/workflows: pin golangci-lint to v1.51.0 The new "latest" aka v1.51.1 started throwing unused errors during runs, blocking all the other tests, to quickly unblock that until a proper fix/rewrite is found, pin the version to the previous one. Signed-off-by: Antonio Murdaca --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 62d44bab2..859335e09 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -128,7 +128,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: latest + version: v1.51.0 args: --verbose --timeout 5m0s prepare: