Merge pull request #205 from emilevauge/bump-go-1.6

Bump go 1.6
This commit is contained in:
Vincent Demeester
2016-02-18 11:07:18 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ It supports several backends ([Docker :whale:](https://www.docker.com/), [Mesos/
- SSL frontend support
- Clean AngularJS Web UI
- Websocket support
- HTTP/2 support
## Demo

View File

@@ -1,4 +1,4 @@
FROM golang:1.5.3
FROM golang:1.6
RUN go get github.com/Masterminds/glide
RUN go get github.com/mitchellh/gox