Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e18a9193d4 | ||
|
|
fed2495d7b |
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user