app.yaml: Set api_version "go1".
[kraftakt.git] / app.yaml
index b9e9d44..9a9562b 100644 (file)
--- a/app.yaml
+++ b/app.yaml
@@ -1,9 +1,13 @@
 runtime: go
-api_version: go1.8
+api_version: go1
 
 automatic_scaling:
   max_idle_instances: 1
 
 handlers:
+- url: /static
+  static_dir: static
+
 - url: /.*
   script: _go_app
+