Add make update-deps

Add a simple make target to update go deps in one command

Signed-off-by: Benjamin Pickard <bpickard@redhat.com>
This commit is contained in:
Benjamin Pickard 2024-12-17 20:29:14 -05:00
parent ac24d1088b
commit f923fe0577

View File

@ -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)