Updated version of Go

This commit is contained in:
Diptanu Choudhury 2016-12-06 15:15:52 -08:00
parent 4f47626e4c
commit a0c011ac3e
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.7.3"
GO_VERSION="1.7.4"
# Install Prereq Packages
sudo apt-get update