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
parent
527069ea13
commit
ad22190497
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue