diff --git a/Makefile b/Makefile index 1a9bf0d134..c960c5e56c 100644 --- a/Makefile +++ b/Makefile @@ -169,8 +169,7 @@ kind-down: ## Delete the kind cluster. bin/golangci-lint: @mkdir -p bin - #curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | BINARY=golangci-lint bash -s -- v${GOLANGCI_VERSION} - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.1 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | BINARY=golangci-lint bash -s -- v${GOLANGCI_VERSION} bin/gotestsum: @mkdir -p bin