mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-22 09:51:57 +01:00
(*)change travis go version
This commit is contained in:
parent
cf627762cb
commit
a29f1316fa
@ -9,7 +9,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
SUDO=sudo
|
SUDO=sudo
|
||||||
GO_VER=go1.4.1
|
GO_VER=go1.5.2
|
||||||
GO_TAR=${GO_VER}.linux-amd64.tar.gz
|
GO_TAR=${GO_VER}.linux-amd64.tar.gz
|
||||||
GO_URL="https://storage.googleapis.com/golang/${GO_TAR}"
|
GO_URL="https://storage.googleapis.com/golang/${GO_TAR}"
|
||||||
|
|
||||||
@ -56,9 +56,6 @@ go_install()
|
|||||||
tar xz -C ${TMPDIR-/tmp}
|
tar xz -C ${TMPDIR-/tmp}
|
||||||
export GOROOT=${TMPDIR-/tmp}/go
|
export GOROOT=${TMPDIR-/tmp}/go
|
||||||
export PATH=${TMPDIR-/tmp}/go/bin/:$PATH
|
export PATH=${TMPDIR-/tmp}/go/bin/:$PATH
|
||||||
#wget https://raw.githubusercontent.com/davecheney/golang-crosscompile/master/crosscompile.bash
|
|
||||||
source ./crosscompile.bash
|
|
||||||
go-crosscompile-build-all
|
|
||||||
}
|
}
|
||||||
|
|
||||||
go_run()
|
go_run()
|
||||||
|
Loading…
Reference in New Issue
Block a user