new versions

This commit is contained in:
ston1th 2016-11-21 18:49:14 +01:00
commit 3a4a2177da
2 changed files with 16 additions and 10 deletions

View file

@ -11,7 +11,7 @@ GITHUB="https://github.com/golang/go/archive/"
V14="go1.4.3"
TGZ14="${V14}.tar.gz"
Vnew="go1.6.2"
Vnew="go1.7.3"
TGZnew="${Vnew}.tar.gz"
INSTALL="/usr/local"