Updating to Go 1.5

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
Dave Henderson 2015-08-23 15:12:59 -04:00
parent 816d60203a
commit 3a49c165bd
3 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,13 @@
language: go language: go
sudo: false sudo: false
go: go:
- 1.3 - 1.4.2
- 1.5
install: install:
- export GOPATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH - export GOPATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH
- export PATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH - export PATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH
- go get -t -v ./... - go get -t -v ./...
- go get code.google.com/p/go.tools/cmd/cover - go get golang.org/x/tools/cmd/cover
script: script:
- script/validate-dco - script/validate-dco
- script/validate-gofmt - script/validate-gofmt

View File

@ -1,4 +1,4 @@
FROM golang:1.4.2-cross FROM golang:1.5
# TODO: Vendor these `go get` commands using Godep. # TODO: Vendor these `go get` commands using Godep.
RUN go get github.com/mitchellh/gox RUN go get github.com/mitchellh/gox

2
Godeps/Godeps.json generated
View File

@ -1,6 +1,6 @@
{ {
"ImportPath": "github.com/docker/machine", "ImportPath": "github.com/docker/machine",
"GoVersion": "go1.4.2", "GoVersion": "go1.5",
"Deps": [ "Deps": [
{ {
"ImportPath": "code.google.com/p/goauth2/oauth", "ImportPath": "code.google.com/p/goauth2/oauth",