From e065e2963bac5528d63835f21f730ae4b5b550f4 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 1 May 2025 11:45:46 +0200 Subject: [PATCH] Update the install script --- install_obitools.sh | 3 +++ pkg/obioptions/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.