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-04 UTC."],[[["`aedeploy` is a program used for deploying App Engine \"flexible environment\" Go applications to production."],["The program copies the app, subdirectories, and dependencies from $GOPATH into a temporary directory before deployment."],["The application being deployed must be in \"package main\"."],["The command must be run from the root directory of the application, where the app.yaml file is located."]]],[]]