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:
Paul Holzinger 2025-03-12 14:18:18 +01:00
parent 64c94ae14f
commit ba53f74292
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ vendor:
$(GO) mod tidy $(GO) mod tidy
$(GO) mod vendor $(GO) mod vendor
$(GO) mod verify $(GO) mod verify
$(GO) mod edit -toolchain none
.PHONY: install.tools .PHONY: install.tools
install.tools: .install.md2man install.tools: .install.md2man