We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78fe66 commit 8f28349Copy full SHA for 8f28349
0
Makefile
@@ -186,6 +186,7 @@ test-examples-kustomize-against-latest-release: $(MYGOBIN)/mdrip
186
# Pushes dependencies in the go.work file back to go.mod files of each workspace module.
187
.PHONY: workspace-sync
188
workspace sync:
189
+ go mod tidy
190
go work sync
191
192
# --- Cleanup targets ---
0 commit comments