From 6f073ae0864c73f38e34ae4b00d2d7f509cfe0f7 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sun, 19 Feb 2023 22:21:29 +0100 Subject: [PATCH] Bump Golang to 1.20 --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ab4d9f..52b4576 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. -**Shipped version:** 0.11.1~ynh1 +**Shipped version:** 0.11.1~ynh2 ## Disclaimers / important information :warning: The upstream app is still in beta. Tread carefully. diff --git a/README_fr.md b/README_fr.md index 2ccec26..8bfad16 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. -**Version incluse :** 0.11.1~ynh1 +**Version incluse :** 0.11.1~ynh2 ## Avertissements / informations importantes :warning: The upstream app is still in beta. Tread carefully. diff --git a/manifest.json b/manifest.json index 237a0d1..bda3f27 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Matrix homeserver of second generation", "fr": "Serveur Matrix de seconde génération" }, - "version": "0.11.1~ynh1", + "version": "0.11.1~ynh2", "url": "https://matrix.org/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index a8f18f8..00211e0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app (must be on a single line) pkg_dependencies="postgresql postgresql-contrib" -GO_VERSION="1.18" +GO_VERSION="1.20" psql_version=$PSQL_VERSION #=================================================