From 9e101ee97fadfa043fdbff4e55ab74eb661e6c6b Mon Sep 17 00:00:00 2001 From: Kurnianto Trilaksono Date: Mon, 18 Sep 2023 23:17:11 +0700 Subject: [PATCH] use doGoMod.sh forr go mod tidy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b671a2688..ec77220d4 100644 --- a/Makefile +++ b/Makefile @@ -186,8 +186,8 @@ test-examples-kustomize-against-latest-release: $(MYGOBIN)/mdrip # Pushes dependencies in the go.work file back to go.mod files of each workspace module. .PHONY: workspace-sync workspace sync: - go mod tidy go work sync + ./hack/doGoMod.sh tidy # --- Cleanup targets --- .PHONY: clean