Skip to content

Commit

Permalink
In response to CVE-2019-17596
Browse files Browse the repository at this point in the history
golang/go#34960

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ó <[email protected]>
  • Loading branch information
amartinezfayo committed Oct 18, 2019
1 parent aa6bb82 commit 9921e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.6
1.12.12
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9921e05

Please sign in to comment.