From 9921e052e08a14d919783cc3d1a5326f9e4a6bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Mart=C3=ADnez=20Fay=C3=B3?= Date: Fri, 18 Oct 2019 16:26:03 -0300 Subject: [PATCH] In response to CVE-2019-17596 https://github.com/golang/go/issues/34960 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR bumps the 0.8 branch. A new release will be cut as soon as this is merged. Signed-off-by: Agustín Martínez Fayó --- .go-version | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 456e5c4ad8..656fd0d7e1 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.12.6 +1.12.12 diff --git a/build.sh b/build.sh index 47edef959f..588dac42dd 100755 --- a/build.sh +++ b/build.sh @@ -39,7 +39,7 @@ declare -r BUILD_CACHE=${BUILD_CACHE:-${BUILD_ROOT}/.cache} # versioned binaries that we need for builds export GO111MODULE=on -declare -r GO_VERSION=${GO_VERSION:-1.12.6} +declare -r GO_VERSION=${GO_VERSION:-1.12.12} declare -r GO_URL="https://storage.googleapis.com/golang" declare -r GO_TGZ="go${GO_VERSION}.${OS1}-${ARCH2}.tar.gz" declare -r PROTOBUF_VERSION=${PROTOBUF_VERSION:-3.3.0}