From accc5fdd43cad27d3523fab1ad1a2c1557c88f3c Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Thu, 16 Apr 2020 09:11:32 +0200 Subject: [PATCH] added GO_PATH --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) 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