diff --git a/0 b/0 deleted file mode 100644 index 6d34a2e5ed..0000000000 --- a/0 +++ /dev/null @@ -1 +0,0 @@ - 1607 diff --git a/Makefile b/Makefile index d7a328ee7e..b671a26880 100644 --- a/Makefile +++ b/Makefile @@ -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 ---