From c6ac729c6b5530963995ff781b7128875ef00841 Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Wed, 20 Nov 2024 10:09:38 +0800 Subject: [PATCH] add flytectl go-tidy in makefile Signed-off-by: Future-Outlier --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a8ac961f02..eacc4c69ae 100644 --- a/Makefile +++ b/Makefile @@ -135,6 +135,7 @@ go-tidy: make -C flyteplugins go-tidy make -C flytestdlib go-tidy make -C flytecopilot go-tidy + make -C flytectl go-tidy .PHONY: lint-helm-charts lint-helm-charts: