From: Fredrik Fornwall Date: Mon, 16 Jan 2017 10:09:18 +0000 (+0100) Subject: Use go1.8rc1 for cross compilation X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/48d883791b64dff841f96958153d190b6c7176eb Use go1.8rc1 for cross compilation --- diff --git a/build-package.sh b/build-package.sh index f3133b23..8637f31b 100755 --- a/build-package.sh +++ b/build-package.sh @@ -62,7 +62,7 @@ termux_setup_golang() { termux_error_exit "Unsupported arch: $TERMUX_ARCH" fi - local TERMUX_GO_VERSION=go1.7.4 + local TERMUX_GO_VERSION=go1.8rc1 local TERMUX_GO_PLATFORM=linux-amd64 test "$(uname)" = "Darwin" && TERMUX_GO_PLATFORM=darwin-amd64