[#887] make: Update linter

`v1.30` linter version does not support
`revive` linter, so update it to `v1.42.1`.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
support/v0.27
Pavel Karpy 2021-10-07 13:49:22 +03:00 committed by Alex Vanin
parent 40b2a03b49
commit 6b1e6456ab
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ docker/lint:
-v `pwd`:/src \
-u `stat -c "%u:%g" .` \
--env HOME=/src \
golangci/golangci-lint:v1.30 bash -c 'cd /src/ && make lint'
golangci/golangci-lint:v1.42.1 bash -c 'cd /src/ && make lint'
# Print version
version: