Base Docker Image with Golang on Ubuntu. This can help for building golang binaries with production distro images.
Replace with golang_version
-ubuntu_version
eg. 1.15.7-ubuntu20.04
$ docker build -t ghcr.io/vulpemventures/golang:<tag> .
$ docker push ghcr.io/vulpemventures/golang:<tag>