From a0de36392b3dc00423e62c33d3fd9566c420e581 Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Thu, 7 Apr 2022 17:55:43 +0300 Subject: [PATCH] ci: upgrade golanci lint version --- .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 39f0f994..aa205c3b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -19,7 +19,7 @@ jobs: uses: golangci/golangci-lint-action@v3 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: v1.30 + version: v1.45.12 # Optional: golangci-lint command line arguments. #args: --issues-exit-code=0