Updating go version in Vagrant

This commit is contained in:
Diptanu Choudhury
2016-08-16 15:33:24 -07:00
parent 66339ae1ca
commit 950a5abfa8

2
Vagrantfile vendored
View File

@@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
DEFAULT_CPU_COUNT = 2
$script = <<SCRIPT
GO_VERSION="1.6.2"
GO_VERSION="1.7.0"
CONSUL_VERSION="0.6.4"
# Install Prereq Packages