From 44c01590d11f09b1689d02f6c3e26ab9d1b9dbb2 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 3 Feb 2025 14:25:45 +0100 Subject: dashboard/app/app.yaml: go122 -> go123 It is available in preview since Nov. 19 2024. --- dashboard/app/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/app.yaml b/dashboard/app/app.yaml index e5d3cad61..5bdc07e16 100644 --- a/dashboard/app/app.yaml +++ b/dashboard/app/app.yaml @@ -1,7 +1,7 @@ # Copyright 2017 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -runtime: go122 +runtime: go123 app_engine_apis: true # With the f2 setting, the app episodically crashes with: -- cgit mrf-deployment