1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00

Merge pull request #8571 from appwrite/fix-go-version

Fix: go version
This commit is contained in:
Christy Jacob 2024-08-22 19:17:35 +04:00 committed by GitHub
commit f10f020d95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ const TEMPLATE_RUNTIMES = [
],
'GO' => [
'name' => 'go',
'versions' => ['1.22']
'versions' => ['1.23']
],
'PHP' => [
'name' => 'php',