Updating CI builds to use Go 1.5.1
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user