release: Upgrade to use 1.11.6 golang on macOS

To correspond to the Linux scripts in 855761a5df
This commit is contained in:
Mahmood Ali
2019-03-19 21:18:44 -04:00
parent 5ad4c10a58
commit a8c255665d

View File

@@ -55,7 +55,7 @@ REPO_PATH="${TMP_WORKSPACE}/gopath/src/github.com/hashicorp/nomad"
mkdir -p "${TMP_WORKSPACE}/tmp"
install_go() {
local go_version="1.11.5"
local go_version="1.11.6"
local download=
download="https://storage.googleapis.com/golang/go${go_version}.darwin-amd64.tar.gz"