From 9d1a9c39d86551146dd6350705d2d717bb0d162d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 22 Aug 2024 15:14:37 +0000 Subject: [PATCH] fix go version --- app/config/function-templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/function-templates.php b/app/config/function-templates.php index 93f10c66a5..4b58cc44be 100644 --- a/app/config/function-templates.php +++ b/app/config/function-templates.php @@ -15,7 +15,7 @@ const TEMPLATE_RUNTIMES = [ ], 'GO' => [ 'name' => 'go', - 'versions' => ['1.22'] + 'versions' => ['1.23'] ], 'PHP' => [ 'name' => 'php',