Merge pull request #4755 from hashicorp/f-update-go-version-to-1.11

Vagrant: Update go version to 1.11
This commit is contained in:
Chris Baker
2018-10-08 15:33:24 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

4
Vagrantfile vendored
View File

@@ -137,8 +137,8 @@ def configureLinuxProvisioners(vmCfg)
path: './scripts/vagrant-linux-priv-rkt.sh'
vmCfg.vm.provision "shell",
privileged: true,
path: './scripts/vagrant-linux-priv-ui.sh'
privileged: false,
path: './scripts/vagrant-linux-unpriv-ui.sh'
vmCfg.vm.provision "shell",
privileged: true,

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"