diff --git a/scripts/install b/scripts/install index 9b543e7..7dc56d4 100755 --- a/scripts/install +++ b/scripts/install @@ -123,7 +123,8 @@ pushd "$final_path" #VERSION="2.31.1" #LD_FLAGS="-w -X main.version=$VERSION" #mkdir bin - export GOPATH=$final_path + #export GOPATH=$final_path + unset GOPATH make build popd