gcpug / nouhau

Google Cloud Platformのノウハウを共有するRepository
https://gcpug.jp
MIT License
655 stars 23 forks source link

Google App Engine for Go v1.6を使い続ける方法 #6

Closed sinmetal closed 4 years ago

sinmetal commented 6 years ago

Google Cloud SDK 177.0.0 (2017-10-25)

Go 1.8 is now generally available and the default Go runtime. https://cloud.google.com/sdk/docs/release-notes?hl=en#17700_2017-10-25

Go 1.8がGAになったことにより、 app.yamlapi_version: go1 を指定した場合 Go 1.8が使われるようになった。 1.6を使いたい場合は、以下のように明示的に設定する必要がある。

runtime: go
api_version: go1.6

Go 1.8に上げるための道のりについては #5 を参照!

sinmetal commented 4 years ago

1.9以下はもうDeployすることはない