Skip to content

Commit f923fe0

Browse files
committed
Add make update-deps
Add a simple make target to update go deps in one command Signed-off-by: Benjamin Pickard <[email protected]>
1 parent ac24d10 commit f923fe0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ test-skip-static: build
3232
kind:
3333
hack/e2e-setup-kind-cluster.sh -n $(COMPUTE_NODES)
3434

35+
update-deps:
36+
go mod tidy
37+
go mod vendor
38+
go mod verify
39+
3540
$(BIN_DIR):
3641
@mkdir -p $(BIN_DIR)
3742

0 commit comments

Comments
 (0)