lint up 47.2 (#545)

This commit is contained in:
Alex Sharov 2022-07-23 10:09:16 +07:00 committed by GitHub
parent 59aa1c78c7
commit 904ae8d47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,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.47.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOBIN)" v1.47.2
golangci-lint-clean:
rm -f "$(GOBIN)/golangci-lint"