Fix the GO_VERSION in the Vagrantfile

* Change the GO_VERSION to match the correct upstream version from
    (https://storage.googleapis.com/golang/)
This commit is contained in:
Jorn Wijnands 2017-02-23 12:57:37 +01:00
parent 6e8f016cc8
commit b549c757d9
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.8.0"
GO_VERSION="1.8"
export DEBIAN_FRONTEND=noninteractive