[#875] ci: Update linter

Update golangci version, replace golint by revive

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
support/v0.27
Angira Kekteeva 2021-10-04 22:54:14 +03:00 committed by Alex Vanin
parent e41e74b5fc
commit 95620dcfbd
2 changed files with 2 additions and 2 deletions

View File

@ -52,6 +52,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.30
version: v1.42.1
args: --timeout=5m
only-new-issues: true

View File

@ -29,7 +29,7 @@ linters:
enable:
# mandatory linters
- govet
- golint
- revive
# some default golangci-lint linters
- errcheck