go v1.6.2 and codebackup

This commit is contained in:
ston1th 2016-05-14 20:36:38 +02:00
commit 80e4219fe1
2 changed files with 3 additions and 1 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"
Vnew="go1.6.2"
TGZnew="${Vnew}.tar.gz"
INSTALL="/usr/local"