Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan LeClaire
e18a9193d4 Bump version to 0.8.2
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-09-26 14:41:17 -07:00
Justin Cormack
fed2495d7b Update to Go 1.7.1
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-23 14:44:33 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.6.2
FROM golang:1.7.1
RUN go get github.com/golang/lint/golint \
github.com/mattn/goveralls \

View File

@@ -7,7 +7,7 @@ import (
var (
// Version should be updated by hand at each release
Version = "0.8.1"
Version = "0.8.2"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"