Starts switch to Go 1.6.

This commit is contained in:
James Phillips 2016-02-17 19:43:55 -08:00
parent e4c16de0e5
commit bb54771832
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: go
go:
- 1.6
- tip
branches:

2
Vagrantfile vendored
View File

@ -5,7 +5,7 @@
VAGRANTFILE_API_VERSION = '2'
@script = <<SCRIPT
GOVERSION="1.5.3"
GOVERSION="1.6"
SRCROOT="/opt/go"
SRCPATH="/opt/gopath"