mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
vagrant: updated go_version to 1.11 in vagrant-linux go provisioning script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user