golang update in centos

wget https://raw.githubusercontent.com/udhos/update-golang/master/update-golang.sh
chmod 755 ./update-golang.sh
which go
sudo RELEASE=1.16.6  DESTINATION=/usr/lib ./update-golang.sh
sudo alternatives --install /usr/bin/go go /usr/lib/go/bin/go 5
sudo alternatives --config go

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *