build: update from Go 1.14.6 to Go 1.14.7

Go 1.14.7 fixes CVE-2020-16845 which is not believed to impact Nomad.
This commit is contained in:
Michael Schurter
2020-08-06 11:18:31 -07:00
parent acc1c0b751
commit 30c6df8efc
6 changed files with 22 additions and 21 deletions

View File

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

View File

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