diff --git a/tools/Makefile b/tools/Makefile index b2f62c6b5..6b9499fc4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -93,6 +93,7 @@ ifdef STATIK_CHECK @echo "Statik is already installed. Run 'make update_tools' to update." else @echo "Installing statik" + go version go get -v $(STATIK) endif