A pkgx
-based Docker image that manually installs Go.
Using pkgx
in build pipelines is really nice, but using it to build Go sometimes doesn't work. See this issue for more details. Once that's resolved, this image will become obsolete.
docker build -t pkgx-go:latest .
docker run --rm -it pkgx-go:latest go version