diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-09-09 12:54:19 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-09-09 11:17:16 +0000 |
| commit | 8f722c94b453f0a125c7ffa9fe2234e0ed90a77e (patch) | |
| tree | 845c30abe55b927ca93f684669693d77c6372225 | |
| parent | 9750182a9a67f35e95cb1e077a3b69a4a9b54083 (diff) | |
dashboard/app: use go122
| -rw-r--r-- | dashboard/app/app.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
