Having trouble converting a plain vanilla static html page from go_appengine to gcloud.
Gcloud reports "Failed to create manifest file." despite reporting a proper manifest, apparently on trying to process the app.yaml file. (See attached manifest.txt and error.txt).
I would rather stick with go_appengine for now, but mine is using Go 1.6, despite the fact that I use Go1.13 locally, and hence attempts to update my static files are rejected as of Oct 1, 2019. Can I disable the unused go app stub so as to update the static files?