Commit 1487bbc5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated go bootstrap to latest available version

parent 3e5b83bf
......@@ -3,7 +3,7 @@
<target name="go-bootstrap">
<property name="makedir" value="${builddir}/go"/>
<exec executable="tar" failonerror="true">
<arg line="xf ${basedir}/packages/go/go1.4-bootstrap-20170531.tar.gz -C ${builddir}"/>
<arg line="xf ${basedir}/packages/go/go1.4-bootstrap-20171003.tar.gz -C ${builddir}"/>
</exec>
<exec executable="./make.bash" dir="${makedir}/src"/>
<move file="${builddir}/go" tofile="${builddir}/go1.4"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment