summaryrefslogtreecommitdiffhomepage
path: root/images/runtimes/go1.12/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'images/runtimes/go1.12/Dockerfile')
-rw-r--r--images/runtimes/go1.12/Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/images/runtimes/go1.12/Dockerfile b/images/runtimes/go1.12/Dockerfile
deleted file mode 100644
index cb2944062..000000000
--- a/images/runtimes/go1.12/Dockerfile
+++ /dev/null
@@ -1,4 +0,0 @@
-# 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"]