This is an automated email from the ASF dual-hosted git repository.

zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 292ce65eb [#1204] chores(ci): Fix the ci pipeline of Kubernetes #1205
292ce65eb is described below

commit 292ce65eb481449221ffc20290abfbaa7e3670f5
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
 

Reply via email to