mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
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:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user