From: Florian Forster Date: Wed, 8 Aug 2018 09:02:52 +0000 (+0200) Subject: app.yaml: Set api_version "go1". X-Git-Url: https://git.octo.it/?p=kraftakt.git;a=commitdiff_plain;h=HEAD app.yaml: Set api_version "go1". This default to Go 1.9 by now. --- diff --git a/app.yaml b/app.yaml index cfcd6a2..9a9562b 100644 --- a/app.yaml +++ b/app.yaml @@ -1,5 +1,5 @@ runtime: go -api_version: go1.8 +api_version: go1 automatic_scaling: max_idle_instances: 1