Merge pull request #1932 from hairyhenderson/upgrade-to-go-1.5.1

Updating CI builds to use Go 1.5.1
This commit is contained in:
Olivier Gambier
2015-10-12 11:06:28 -07:00
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