1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/listmonk_ynh.git synced 2024-09-03 19:36:15 +02:00

install go1.18

This commit is contained in:
navanchauhan 2022-08-01 15:07:28 -04:00
parent cebc1fc483
commit 1e42369d95
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,7 @@
pkg_dependencies="postgresql"
nodejs_version=16
GO_VERSION="1.18"
#=================================================
# PERSONAL HELPERS

View file

@ -91,6 +91,9 @@ then
# Install Yarn
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
# Install Go
ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
fi
#=================================================