Skip to content

Commit 467b3c2

Browse files
authored
Merge pull request #538 from bpickard22/make-go
Add make update-deps
2 parents ac24d10 + f923fe0 commit 467b3c2

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)