summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-12-20 01:03:03 -0700
committerGitHub <noreply@github.com>2017-12-20 01:03:03 -0700
commit4813ff8e0a25cb8ebc30c9cf5c6393e2726dbcd4 (patch)
tree3b06ef2d78fc16306e10bed24904a09d8d736787 /Dockerfile
parent1124d6ae8bc11367a1b483f0dc64a0d2b8e11847 (diff)
[testing] setting up CI (#210)
* add circle.yml * docker: update go version to 1.9 * add comments and organize steps * temporarily remove go test step * add ponzu install step * add generate, build, run and test
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 17a496f..6b991f9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# Base our image on an official, minimal image of our preferred golang
-FROM golang:1.8.1
+FROM golang:1.9
# Note: The default golang docker image, already has the GOPATH env variable set.
# GOPATH is located at /go