mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
lint up 47.2 (#545)
This commit is contained in:
parent
59aa1c78c7
commit
904ae8d47e
2
Makefile
2
Makefile
@ -72,7 +72,7 @@ lintci-deps-clean: golangci-lint-clean
|
|||||||
|
|
||||||
# download and build golangci-lint (https://golangci-lint.run)
|
# download and build golangci-lint (https://golangci-lint.run)
|
||||||
$(GOBINREL)/golangci-lint: | $(GOBINREL)
|
$(GOBINREL)/golangci-lint: | $(GOBINREL)
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOBIN)" v1.47.0
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOBIN)" v1.47.2
|
||||||
|
|
||||||
golangci-lint-clean:
|
golangci-lint-clean:
|
||||||
rm -f "$(GOBIN)/golangci-lint"
|
rm -f "$(GOBIN)/golangci-lint"
|
||||||
|
Loading…
Reference in New Issue
Block a user