Skip to content

Commit 8f28349

Browse files
committed
add go mod tidy before workspace sync
1 parent d78fe66 commit 8f28349

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

0

Lines changed: 0 additions & 1 deletion
This file was deleted.

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ 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
189190
go work sync
190191

191192
# --- Cleanup targets ---

0 commit comments

Comments
 (0)