Removed the go tooling for the make all

This commit is contained in:
Gregory Kurtzer
2021-09-15 21:05:12 -07:00
parent 5bff8be72e
commit fcebd026ce

View File

@@ -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)