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

Use Go 1.21

This commit is contained in:
Mateusz 2024-02-01 23:42:25 +01:00 committed by GitHub
parent 2bee0eee59
commit ef9e9b7611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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