Update DockerHub build hook with golang 1.9 (#998)
To align with #992 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
4049ed4f4b
commit
53d9b52d68
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue