From 21491a419f6eafd8f2b860c5add98ec80294a25c Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 1 Jul 2025 11:15:16 +0200 Subject: dashboard/app: switch to go124 --- dashboard/app/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app') diff --git a/dashboard/app/app.yaml b/dashboard/app/app.yaml index 5bdc07e16..c30738886 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: go123 +runtime: go124 app_engine_apis: true # With the f2 setting, the app episodically crashes with: -- cgit mrf-deployment