Building Go containers for Cloud Run
As I learned by writing my Go tutorial series, Go is great for making lightweight web apps, and it also lends itself very easily to being packaged and run in a docker container. Go compiles to a static binary (most of the time), which means your runt...
Feb 2, 20203 min read20
