cd /path/to wget https://golang.google.cn/dl/go1.19.2.linux-arm64.tar.gz tar xvf go1.19.2.linux-arm64.tar.gz
cd go export PATH=`pwd`:$PATH