add go mod tidy before workspace sync

This commit is contained in:
Kurnianto Trilaksono
2023-08-31 15:17:06 +07:00
parent d78fe665a7
commit 8f283499e9
2 changed files with 1 additions and 1 deletions

1
0
View File

@@ -1 +0,0 @@
1607

View File

@@ -186,6 +186,7 @@ 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
# --- Cleanup targets ---