Use Go 1.8.1 in Vagrant
This commit is contained in:
parent
342d10627d
commit
a7e913ee78
|
@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
|
|||
|
||||
DEFAULT_CPU_COUNT = 2
|
||||
$script = <<SCRIPT
|
||||
GO_VERSION="1.8"
|
||||
GO_VERSION="1.8.1"
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
|
Loading…
Reference in New Issue