From f6404cc5748911e5034ebedac75423fafe6b49ce Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Wed, 14 Sep 2022 01:41:56 +0300 Subject: [PATCH] ci: use older version of golangci lint this hopefully passes the lint as I do not want to start fixing errors in this PR introduced by *new* lint rules --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0516d0a..e075d4e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -20,7 +20,7 @@ jobs: uses: golangci/golangci-lint-action@v3.1.0 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: latest + version: v1.46.2 # Optional: golangci-lint command line arguments. #args: --issues-exit-code=0