mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
linter version up (#7654)
This commit is contained in:
parent
c8e717c957
commit
f70ceefe2c
2
Makefile
2
Makefile
@ -166,7 +166,7 @@ lintci:
|
|||||||
## lintci-deps: (re)installs golangci-lint to build/bin/golangci-lint
|
## lintci-deps: (re)installs golangci-lint to build/bin/golangci-lint
|
||||||
lintci-deps:
|
lintci-deps:
|
||||||
rm -f ./build/bin/golangci-lint
|
rm -f ./build/bin/golangci-lint
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.52.2
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.53.2
|
||||||
|
|
||||||
## clean: cleans the go cache, build dir, libmdbx db dir
|
## clean: cleans the go cache, build dir, libmdbx db dir
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user