This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch branch-0.8 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
commit ceda75f4ef1af66c4d79f00cb9f1cdab501ad665 Author: roryqi <[email protected]> AuthorDate: Sat Sep 23 18:26:32 2023 +0800 [#1204] chores(ci): Fix the ci pipeline of Kubernetes #1205 --- deploy/kubernetes/operator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/operator/Makefile b/deploy/kubernetes/operator/Makefile index bad51d7b3..4698d3953 100644 --- a/deploy/kubernetes/operator/Makefile +++ b/deploy/kubernetes/operator/Makefile @@ -127,7 +127,7 @@ goimports: ## Download goimports locally if necessary. REVIVE = $(LOCAL_DIR)/revive .PHONY: revive revive: ## Download revive locally if necessary. - $(call go-get-tool,$(REVIVE),github.com/mgechev/revive@latest) + $(call go-get-tool,$(REVIVE),github.com/mgechev/[email protected]) files=$$(find . -name '*.go' | egrep -v './vendor|zz_generated|./pkg/generated|./api|./hack'); \ $(REVIVE) -config hack/revive.toml -formatter friendly $$files
