mirror of https://github.com/docker/docs.git
Updating CI builds to use Go 1.5.1
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
parent
6a5219b879
commit
7a3f2ec446
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.5
|
||||
- 1.5.1
|
||||
install:
|
||||
- go get github.com/mattn/goveralls
|
||||
script:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.5
|
||||
FROM golang:1.5.1
|
||||
|
||||
RUN go get github.com/golang/lint/golint \
|
||||
github.com/mattn/goveralls \
|
||||
|
|
|
@ -8,7 +8,7 @@ machine:
|
|||
# - sudo apt-get install -y virtualbox
|
||||
|
||||
post:
|
||||
- gvm install go1.5 -B --name=stable
|
||||
- gvm install go1.5.1 -B --name=stable
|
||||
|
||||
environment:
|
||||
# Convenient shortcuts to "common" locations
|
||||
|
|
Loading…
Reference in New Issue