diff options
author | Valery Piashchynski <[email protected]> | 2021-08-18 16:19:25 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-18 16:19:25 +0300 |
commit | a4825d0feb6c4679bdc3a36c8d325ba26f9493a9 (patch) | |
tree | d134423cba7a5edfcf5fd098402dc5293b2a3aaa | |
parent | c35fbff05205330ab8e49f6008fdbd59128cee14 (diff) |
Update golangci-linters
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | .github/workflows/linters.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index b5e43b8e..99cca039 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.41 # without patch version + version: v1.42 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m |