Updating go version in Vagrant

This commit is contained in:
Diptanu Choudhury 2016-08-16 15:33:24 -07:00
parent a53e9cd31e
commit f24e8f351e
1 changed files with 1 additions and 1 deletions

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