|
|
|
|
@ -57,7 +57,7 @@ install-gen-deps: ## Install dependencies for code generation
|
|
|
|
|
|
|
|
|
|
install-lint-deps: ## Install linter dependencies
|
|
|
|
|
@echo "==> Updating linter dependencies..."
|
|
|
|
|
@curl -sSfL -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.46.0
|
|
|
|
|
@curl -sSfL -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.52.0
|
|
|
|
|
|
|
|
|
|
dev: ## Build and install a development build
|
|
|
|
|
@grep 'const VersionPrerelease = ""' version/version.go > /dev/null ; if [ $$? -eq 0 ]; then \
|
|
|
|
|
|