Bump Go to 1.10 in Vagrantfile
This commit is contained in:
parent
31a30f5805
commit
45b4d5c81d
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
function install_go() {
|
||||
local go_version=1.9.2
|
||||
local go_version=1.10
|
||||
local download=
|
||||
|
||||
download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz"
|
||||
|
|
Loading…
Reference in New Issue