Ensure to pull latest code version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c2da303a0f
commit
6727a3fbfe
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -euxo pipefail
|
||||||
export GOPATH="${HOME}/gocode"
|
export GOPATH="${HOME}/gocode"
|
||||||
|
|
||||||
if [ ! -e ${GOPATH}/bin/update-gotools ]; then
|
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
|
fi
|
||||||
|
|
||||||
exec ${GOPATH}/bin/update-gotools "$@"
|
exec ${GOPATH}/bin/update-gotools "$@"
|
||||||
|
|
Loading…
Reference in a new issue