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 #127 from orhtej2/patch-1

Use Go 1.21
This commit is contained in:
eric_G 2024-02-03 18:52:39 +01:00 committed by GitHub
commit a1dc891736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
GO_VERSION="1.20"
GO_VERSION="1.21"
psql_version=$PSQL_VERSION
#=================================================