CSgo installationLinuxgo1.23.2 for instance:1 2 wget https://go.dev/dl/go1.23.2.linux-amd64.tar.gz rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz then add1 export PATH=$PATH:/usr/local/go/bin to the profile and run the source ~/.zshrc command.