我正在尝试将 helloworld 应用程序部署到 app engine flexible。当我在不对代码进行任何更改的情况下部署它时,一切正常。但是我想用 go1.11,所以我把 app.yaml 改成这样
runtime: go111 # changed from runtime: go
我得到错误:
Beginning deployment of service [default]... Building and pushing image for service [default] ERROR: (gcloud.app.deploy) Your application does not satisfy all of the requirements for a runtime of type [go111]. Please correct the errors and try again.
这不是一个非常有用的错误消息,谷歌搜索到目前为止也没有帮助。我能做些什么来调试/修复这个问题?
catspeake
相关分类