diff --git a/manifest.toml b/manifest.toml index 9335007..3a97950 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ userdoc = "https://galene.org/faq.html" code = "https://github.com/jech/galene" [integration] -yunohost = ">= 11.2.14" +yunohost = ">= 11.2.16" architectures = "all" multi_instance = false diff --git a/scripts/_common.sh b/scripts/_common.sh index f122fe2..157c97e 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -go_version=1.20 +go_version=1.22 #================================================= # PERSONAL HELPERS