chore: init_env cleanup (#209)

This commit is contained in:
xmchx
2024-12-23 13:15:58 +08:00
committed by GitHub
parent b2560c6f80
commit 280c8cd187

View File

@@ -68,6 +68,7 @@ echo "GOBIN_ZIP:${GOBIN_ZIP}"
# install golang
wget https://golang.google.cn/dl/${GOBIN_ZIP}
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf ${GOBIN_ZIP}
rm ${GOBIN_ZIP}
export PATH=/usr/local/go/bin:$PATH
export GOPROXY=https://goproxy.cn