use doGoMod.sh forr go mod tidy

This commit is contained in:
Kurnianto Trilaksono
2023-09-18 23:17:11 +07:00
parent a90c19d577
commit 9e101ee97f

View File

@@ -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