mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Bump Golang to 1.20
This commit is contained in:
parent
60cee7c860
commit
6f073ae086
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue