Skip to content

Commit

Permalink
Add make update-deps
Browse files Browse the repository at this point in the history
Add a simple make target to update go deps in one command

Signed-off-by: Benjamin Pickard <[email protected]>
  • Loading branch information
bpickard22 committed Dec 18, 2024
1 parent ac24d10 commit f923fe0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ test-skip-static: build
kind:
hack/e2e-setup-kind-cluster.sh -n $(COMPUTE_NODES)

update-deps:
go mod tidy
go mod vendor
go mod verify

$(BIN_DIR):
@mkdir -p $(BIN_DIR)

Expand Down

0 comments on commit f923fe0

Please sign in to comment.