diff options
| author | Taras Madan <tarasmadan@google.com> | 2023-02-24 10:30:52 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2023-02-24 12:47:23 +0100 |
| commit | aaa5299f1e124dacfeccc794460e5d7a598a462b (patch) | |
| tree | 1803b7a440487bf12b53adada9536671822ceac8 /dashboard | |
| parent | 4165372ec8fd142475a4e35fd0cf4f8042132208 (diff) | |
dashboard/app/app.yaml: use go119
Diffstat (limited to 'dashboard')
| -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 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: |
