Update to use go 1.4.2

This commit is contained in:
Leonid Bugaev
2015-07-11 19:34:20 +05:00
parent 7af0eb2d65
commit db7f5c6a9c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
language: go
go: 1.3.3
go: 1.4.2
script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.4)' && export GOPATH=$HOME/gopath:$GOPATH && go get && GORACE='halt_on_error=1' go test -race -v"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM google/golang
FROM google/golang:1.4
RUN cd /goroot/src/ && GOOS=linux GOARCH=386 ./make.bash --no-clean
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
const (
VERSION = "0.9.7"
VERSION = "0.9.8"
)
// Allows to specify multiple flags with same name and collects all values to array