From 6727a3fbfea13923e10dbd7be5ae8ea042f4715e Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 6 Apr 2018 11:51:28 +0200 Subject: [PATCH] Ensure to pull latest code version Signed-off-by: Knut Ahlers --- bin/update-gotools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-gotools b/bin/update-gotools index 6a210f3..01a3866 100755 --- a/bin/update-gotools +++ b/bin/update-gotools @@ -5,7 +5,7 @@ set -euxo pipefail export GOPATH="${HOME}/gocode" if [ ! -e ${GOPATH}/bin/update-gotools ]; then - go get -v github.com/Luzifer/update-gotools + go get -v -u github.com/Luzifer/update-gotools fi exec ${GOPATH}/bin/update-gotools "$@"