Skip to content

Commit 824d2c1

Browse files
committed
Remove need of update-deps.sh
1 parent 723d9f1 commit 824d2c1

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

nodeadm/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ $(CONVERSION_GEN): $(LOCALBIN)
119119

120120
.PHONY: update-deps
121121
update-deps:
122-
./hack/update-deps.sh
122+
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all) && go mod tidy

nodeadm/hack/update-deps.sh

-24
This file was deleted.

0 commit comments

Comments
 (0)