gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/images/runtimes/go1.22/Dockerfile.x86_64 (about)

     1  FROM golang:1.22
     2  
     3  # Compile the tests during build to save time during testing.
     4  ENV GOROOT=/usr/local/go
     5  RUN ["go", "run", "cmd/dist", "test", "-compile-only"]