Skip to content

Commit

Permalink
Merge pull request #538 from bpickard22/make-go
Browse files Browse the repository at this point in the history
Add make update-deps
  • Loading branch information
dougbtv authored Dec 18, 2024
2 parents ac24d10 + f923fe0 commit 467b3c2
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 467b3c2

Please sign in to comment.