From 8f722c94b453f0a125c7ffa9fe2234e0ed90a77e Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 9 Sep 2024 12:54:19 +0200 Subject: dashboard/app: use go122 --- 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 fda916425..e5d3cad61 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: go121 +runtime: go122 app_engine_apis: true # With the f2 setting, the app episodically crashes with: -- cgit mrf-deployment