写在最前 1. 开始部署 # 执行命令下载 root@tanqidi:/tmp# wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz # 解压安装包 root@tanqidi:/tmp# tar -xf go1.22.1.linux-amd64.t