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
golang update in centos
by
Tags:
Leave a Reply