Go 1.11 has reached end of support
and will be deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Go 1.11
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Go
1.11 applications will continue to run and receive traffic after their
deprecation date. We
recommend that you migrate to the latest supported version of Go.
Program aedeploy assists with deploying App Engine "flexible environment" Go apps to production.
A temporary directory is created; the app, its subdirectories, and all its
dependencies from $GOPATH are copied into the directory; then the app
is deployed to production with the provided command.
The app must be in "package main".
This command must be issued from within the root directory of the app
(where the app.yaml file is located).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eaedeploy\u003c/code\u003e program is used to deploy Go applications to the App Engine flexible environment.\u003c/p\u003e\n"],["\u003cp\u003eIt automatically copies the application, its subdirectories, and dependencies into a temporary directory before deployment.\u003c/p\u003e\n"],["\u003cp\u003eThe application being deployed must be in "package main".\u003c/p\u003e\n"],["\u003cp\u003eDeployment requires running the command from the app's root directory, where the \u003ccode\u003eapp.yaml\u003c/code\u003e file resides.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.6.7 of \u003ccode\u003eaedeploy\u003c/code\u003e is documented on this page, with a link to the latest version (1.6.8) also provided.\u003c/p\u003e\n"]]],[],null,[]]