From fcebd026cec7971f70166ee341f4b85ccea02567 Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Wed, 15 Sep 2021 21:05:12 -0700 Subject: [PATCH] Removed the go tooling for the make all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 719cc29c..601f35d6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ export GOPROXY # built tags needed for wwbuild binary WW_BUILD_GO_BUILD_TAGS := containers_image_openpgp containers_image_ostree -all: setup_tools vendor wwctl wwclient bash_completion man_page +all: vendor wwctl wwclient bash_completion man_page # set the go tools into the tools bin. setup_tools: $(GO_TOOLS_BIN) $(GOLANGCI_LINT)