Skip to content

Commit b64fecb

Browse files
committed
app/appengine: update to Go 1.9 so we can use std context
Go 1.9 is the latest offered on App Engine, which at least is new enough to get us type aliases. Fixes golang/go#26115 Change-Id: I4de3062cf2f7df70216536a05b7150324c1a5e91 Reviewed-on: https://go-review.googlesource.com/121418 Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 9b1b5cd commit b64fecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/appengine/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime: go
2-
api_version: go1.8
2+
api_version: go1.9
33

44
handlers:
55
- url: /static

0 commit comments

Comments
 (0)