summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-11-04 18:38:35 +0300
committerValery Piashchynski <[email protected]>2021-11-04 18:38:35 +0300
commit9b3bf26e4f3cce0fab1b7971dc83d315230fabd0 (patch)
tree23b3ad2014c7b0d373dfe8b63d9fac98991e53d3
parent7fc77a67f0b94edcbe18b23bde01d8de37b1d16d (diff)
update golangci-lint
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--.github/workflows/linters.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 99cca039..0c7620d8 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -13,6 +13,6 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action>
with:
- version: v1.42 # without patch version
+ version: v1.43 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --timeout=10m