apt-get remove golang-go apt-get remove — auto-remove golang-go rm -rvf /usr/local/go wget https://dl.google.com/go/go1.21.3.linux-amd64.tar.gz tar -xvf go1.21.3.linux-amd64.tar.gz mv go /usr/local export GOROOT=/usr/local/go export GOROOT=/usr/local/go && export GOPATH=$HOME/go && export PATH=$GOPATH/bin:$GOROOT/bin:$PATH && source ~/.profile