diff --git a/scripts/_common.sh b/scripts/_common.sh index 0f15a3d..471f4f6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,6 +7,7 @@ # dependencies used by the app pkg_dependencies="" GO_VERSION="1.11" +GO_PATH="/usr/lib/go-$GO_VERSION/bin" #================================================= # PERSONAL HELPERS