aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dashboard/app/app.yaml2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
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:
diff --git a/go.mod b/go.mod
index 0ba9c946c..ee38ae090 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/google/syzkaller
-go 1.23.7
+go 1.24.4
require (
cloud.google.com/go v0.121.3