release: switch to Go 1.12.13

This commit is contained in:
Michael Schurter
2019-11-01 07:57:56 -07:00
committed by Mahmood Ali
parent ac239a3f0b
commit 48bdf7ea93
5 changed files with 7 additions and 7 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.12.12"
local go_version="1.12.13"
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.12.12
local go_version=1.12.13
local download=
download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz"