Bump Go to 1.10 in Vagrantfile

This commit is contained in:
Michael Schurter 2018-03-16 16:17:16 -07:00
parent 31a30f5805
commit 45b4d5c81d
1 changed files with 1 additions and 1 deletions

View File

@ -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"