mirror of https://github.com/docker/docs.git
Updating to Go 1.5
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
parent
816d60203a
commit
3a49c165bd
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue