Makefile: make sure we never add toolchain
We don't want to force a new go version for local builds Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
64c94ae14f
commit
ba53f74292
|
|
@ -83,6 +83,7 @@ vendor:
|
|||
$(GO) mod tidy
|
||||
$(GO) mod vendor
|
||||
$(GO) mod verify
|
||||
$(GO) mod edit -toolchain none
|
||||
|
||||
.PHONY: install.tools
|
||||
install.tools: .install.md2man
|
||||
|
|
|
|||
Loading…
Reference in New Issue