Updating CI builds to use Go 1.5.1

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
Dave Henderson 2015-10-03 13:24:31 -04:00
parent 6a5219b879
commit 7a3f2ec446
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: go
go:
- 1.5
- 1.5.1
install:
- go get github.com/mattn/goveralls
script:

View File

@ -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 \

View File

@ -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