Use Go 1.4.

This commit is contained in:
Victor Marmol 2015-01-05 13:50:20 -08:00
parent 9016655e9a
commit e6807c9f6c
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
language: go language: go
go: go:
- 1.3 - 1.4
install: install:
- true - true
before_script: before_script:
- go get code.google.com/p/go.tools/cmd/vet - go get golang.org/x/tools/cmd/vet
- go get github.com/kr/godep - go get github.com/kr/godep
- wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb - wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb
- sudo dpkg -i influxdb_latest_amd64.deb - sudo dpkg -i influxdb_latest_amd64.deb

2
Godeps/Godeps.json generated
View File

@ -1,6 +1,6 @@
{ {
"ImportPath": "github.com/google/cadvisor", "ImportPath": "github.com/google/cadvisor",
"GoVersion": "go1.3", "GoVersion": "go1.4",
"Packages": [ "Packages": [
"./..." "./..."
], ],