From 5f9495a39ea8eee9119dd702011165a579e32d4a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 May 2023 06:09:02 +0000 Subject: [PATCH] Upgrade to v1.5.6 and go 1.20 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d0372a8..bbb5973 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Simple and flexible workload orchestrator" }, - "version": "1.3.5~ynh1", + "version": "1.6.3~ynh1", "url": "https://www.nomadproject.io/", "upstream": { "license": "MPL-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 5b28acd..c1c982b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,7 +13,7 @@ server_pkg_dependencies="" client_pkg_dependencies="" client_lxc_pkg_dependencies="pkg-config lxc-dev lxc lxc-templates" -go_version=1.15 +go_version=1.20 #================================================= # PERSONAL HELPERS