mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 20:11:21 +00:00
up linter version
This commit is contained in:
parent
88e9d7a4d3
commit
21f96bf792
2
Makefile
2
Makefile
@ -80,7 +80,7 @@ lintci-deps-clean: golangci-lint-clean
|
||||
|
||||
# download and build golangci-lint (https://golangci-lint.run)
|
||||
$(GOBINREL)/golangci-lint: | $(GOBINREL)
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOBIN)" v1.54.0
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOBIN)" v1.54.2
|
||||
|
||||
golangci-lint-clean:
|
||||
rm -f "$(GOBIN)/golangci-lint"
|
||||
|
Loading…
Reference in New Issue
Block a user