diff --git a/.travis.yml b/.travis.yml index d896eb4..a236b6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/Dockerfile b/Dockerfile index 3fecf83..82af609 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM google/golang +FROM google/golang:1.4 RUN cd /goroot/src/ && GOOS=linux GOARCH=386 ./make.bash --no-clean diff --git a/settings.go b/settings.go index 31b4989..8c345e7 100644 --- a/settings.go +++ b/settings.go @@ -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