Commit 53d9b52d authored by Yong Tang's avatar Yong Tang Committed by GitHub

Update DockerHub build hook with golang 1.9 (#998)

To align with #992
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 4049ed4f
......@@ -3,5 +3,5 @@ echo "=> Building the CoreDNS binary"
docker run \
-v $(pwd):/go/src/github.com/coredns/coredns \
-w /go/src/github.com/coredns/coredns \
golang:1.8.0 \
golang:1.9 \
make
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment