From 9aff862a6bc2f239b7638349f638009697155473 Mon Sep 17 00:00:00 2001 From: HaoyangLiu Date: Fri, 14 Sep 2018 00:36:09 +0800 Subject: [PATCH] Just for get the golang version of ci/circleci:localnet --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) 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