From aaa5299f1e124dacfeccc794460e5d7a598a462b Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 24 Feb 2023 10:30:52 +0100 Subject: dashboard/app/app.yaml: use go119 --- dashboard/app/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard') diff --git a/dashboard/app/app.yaml b/dashboard/app/app.yaml index 3990f9d97..9e3a3524a 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: go116 +runtime: go119 app_engine_apis: true # With the default f1 setting, the app episodically crashes with: -- cgit mrf-deployment