diff --git a/install_obitools.sh b/install_obitools.sh index 1984ef6..d7c0c60 100755 --- a/install_obitools.sh +++ b/install_obitools.sh @@ -108,6 +108,9 @@ export PATH GOPATH="$(pwd)/go" export GOPATH +export GOCACHE="$(cd ${WORK_DIR}/cache && pwd)" +echo "GOCACHE=$GOCACHE" 1>&2@ +mkdir -p "$GOCACHE" curl -L "$OBIURL4" > master.zip diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index fb6ee04..c712563 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -8,7 +8,7 @@ import ( // corresponds to the last commit, and not the one when the file will be // commited -var _Commit = "c0ecaf9" +var _Commit = "13ff892" var _Version = "Release 4.4.0" // Version returns the version of the obitools package.