无法将golang应用上传到谷歌应用引擎

时间:2016-07-15 04:57:15

标签: google-app-engine go

我无法将我的代码上传到Google App引擎上的应用中。我是在Golang开发的。代码在本地系统上工作正常,但当我尝试在谷歌应用引擎上传它时,它会抛出以下错误。请帮助。

9:44 PM Getting current resource limits.
09:44 PM Scanning files on local disk.
09:45 PM Cloning 205 application files.
09:45 PM Uploading 2 files and blobs.
09:45 PM Uploaded 2 files and blobs.
09:45 PM Compilation starting.
09:45 PM Compilation: 178 files left.
09:45 PM Error 422: --- begin server output ---
Compile failed:
2016/07/14 21:45:04 go-app-builder: build timing: 26×compile (6.651s total), 0×link (0 total)
2016/07/14 21:45:04 go-app-builder: failed running compile: exit status 1

golang.org/x/net/http2/server.go:156: undefined: isBadCipher
golang.org/x/net/http2/server.go:320: undefined: isBadCipher
golang.org/x/net/http2/transport.go:122: undefined: configureTransport
golang.org/x/net/http2/transport.go:407: undefined: transportExpectContinueTimeout
--- end server output ---
09:45 PM Rolling back the update.
Error 422: --- begin server output ---

--- end server output ---
error while running appcfg.py: exit status 1

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题。更新到最新的SDK(现在是1.9.40)解决了它。

相关问题