安装命令
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source /home/xxx/.gvm/scripts/gvm
得先装 go 1.20.1 才能装上 go 1.23.7
gvm install go1.20.1
gvm use go1.20.1
gvm install go1.23.7
gvm use go1.23.7