1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Merge pull request #90 from orhtej2/go-1.20

This commit is contained in:
tituspijean 2023-03-05 22:40:59 +01:00 committed by GitHub
commit 6a11032788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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",

View file

@ -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
#=================================================