Deploying apps using the go111 or go112 runtimes requires the use of Cloud
Build which is free for the first 120
minutes of build time per
day, but still
requires a billing account to be active on a project to in order to be used. 120
minutes of build time is a lot, so most students probably won't go over this
limit if you want to try this.
Other notes
The
go111
and
go112
runtimes for AppEngine change a lot of things. Unlike earlier versions, running
via dev_appserver.py is not supported, so you have to run your app by
executing it directly. You can do this via
cd go112
go run .
You might also consider using air to get automatic rebuilding similar to what dev_appserver.py used to provide, in which case you can run via: