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:
parent
6e8f016cc8
commit
b549c757d9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue