1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

fix go version

This commit is contained in:
Matej Bačo 2024-08-22 15:14:37 +00:00
parent 7b8c1c2892
commit 9d1a9c39d8

View file

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