Add go modules to the minikube dependencies

When not rebuilding everything all the time, we need to check
the go.mod for changes to the list of dependencies (and rebuild).
pull/5749/head
Anders F Björklund 2019-11-02 09:04:07 +01:00
parent 527069ea13
commit ad22190497
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ else
endif
out/minikube$(IS_EXE): $(SOURCE_GENERATED) $(SOURCE_FILES)
out/minikube$(IS_EXE): $(SOURCE_GENERATED) $(SOURCE_FILES) go.mod
go build -tags "$(MINIKUBE_BUILD_TAGS)" -ldflags="$(MINIKUBE_LDFLAGS)" -o $@ k8s.io/minikube/cmd/minikube
out/minikube-windows-amd64.exe: out/minikube-windows-amd64