1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00
This commit is contained in:
Limezy 2022-03-25 13:48:47 +07:00
parent 24c1ce4f90
commit c03ed1c176
2 changed files with 1 additions and 3 deletions

View file

@ -117,7 +117,7 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
pushd "$final_path"
# Setup go exe and environnement
ynh_use_go
"$ynh_go" env
/opt/goenv/versions/1.17.8/bin/go env
# Build server from source
make build 2>&1
# Setup a nice Yunohost logo

View file

@ -75,8 +75,6 @@ ynh_use_go () {
pushd $final_path
$goenv_install_dir/bin/goenv local $go_version
popd
"$ynh_go" env
}
# Install a specific version of Go