mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
use doGoMod.sh forr go mod tidy
This commit is contained in:
2
Makefile
2
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.
|
# Pushes dependencies in the go.work file back to go.mod files of each workspace module.
|
||||||
.PHONY: workspace-sync
|
.PHONY: workspace-sync
|
||||||
workspace sync:
|
workspace sync:
|
||||||
go mod tidy
|
|
||||||
go work sync
|
go work sync
|
||||||
|
./hack/doGoMod.sh tidy
|
||||||
|
|
||||||
# --- Cleanup targets ---
|
# --- Cleanup targets ---
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user