summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-11-17 21:52:47 +0100
committerValery Piashchynski <[email protected]>2022-11-17 21:52:47 +0100
commitddb0ec4b8b03514eb1829d26b848cefce20971f5 (patch)
tree62778558bf1dc3f9e0ae338daef3460525e77286 /.github
parentf1a9fcae8d5b2ecb6533d16956321672dc55af27 (diff)
ci: update linters action
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-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 b29cef5a..231f84e0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
go-version: 1.19
- name: Run linter
- uses: golangci/[email protected]
+ uses: golangci/[email protected]
with:
version: v1.50 # without patch version
only-new-issues: false # show only new issues if it's a pull request