forked from TrueCloudLab/frostfs-node
[#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>
This commit is contained in:
parent
40b2a03b49
commit
6b1e6456ab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue