github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/images/runtimes/go1.12/Dockerfile.x86_64 (about)

     1  # Go is easy, since we already have everything we need to compile the proctor
     2  # binary and run the tests in the golang Docker image.
     3  FROM golang:1.12
     4  RUN ["go", "tool", "dist", "test", "-compile-only"]