summaryrefslogtreecommitdiffhomepage
path: root/images/runtimes/go1.12/Dockerfile.x86_64
blob: cb2944062fab74bc9e0c3483305e1c4e78586cec (plain)
1
2
3
4
# Go is easy, since we already have everything we need to compile the proctor
# binary and run the tests in the golang Docker image.
FROM golang:1.12
RUN ["go", "tool", "dist", "test", "-compile-only"]