Just for get the golang version of ci/circleci:localnet

This commit is contained in:
HaoyangLiu 2018-09-14 00:36:09 +08:00
parent c2668335a7
commit 9aff862a6b
1 changed files with 1 additions and 0 deletions

View File

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