Bumps the Go version up to 1.5.2.

This commit is contained in:
James Phillips 2015-12-15 12:42:40 -08:00
parent 7688243ee7
commit 3543749905
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

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