Skip to content

Commit 9e101ee

Browse files
committed
use doGoMod.sh forr go mod tidy
1 parent a90c19d commit 9e101ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ test-examples-kustomize-against-latest-release: $(MYGOBIN)/mdrip
186186
# Pushes dependencies in the go.work file back to go.mod files of each workspace module.
187187
.PHONY: workspace-sync
188188
workspace sync:
189-
go mod tidy
190189
go work sync
190+
./hack/doGoMod.sh tidy
191191

192192
# --- Cleanup targets ---
193193
.PHONY: clean

0 commit comments

Comments
 (0)