summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-03-24 15:59:13 +0100
committerValery Piashchynski <[email protected]>2022-03-24 15:59:13 +0100
commit1269394e59588009a54908f8bf6d52d2d7b328b1 (patch)
tree265afd4e9a1f45182bdb0f2059837a9fe9f184ef
parent17eb0fed49d15ffe17219f749f845963674068bf (diff)
downgrade golangci-lint version
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 1bf7eae8..940092e4 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
- name: Run linter
uses: golangci/[email protected]
with:
- version: v1.45 # without patch version
+ version: v1.44 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --build-tags=safe --timeout=10m