vagrant: updated go_version to 1.11 in vagrant-linux go provisioning script

This commit is contained in:
Chris Baker
2018-10-04 15:06:02 -04:00
parent dcf5c83405
commit bde95d81c3

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
function install_go() {
local go_version=1.10.2
local go_version=1.11
local download=
download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz"