From 8922ec0a0dee13de3b027915412efca84e5f89ca Mon Sep 17 00:00:00 2001 From: Tesla <1394466835@qq.com> Date: Mon, 23 Dec 2024 12:49:39 +0800 Subject: [PATCH] chore: init_env cleanup --- init_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init_env.sh b/init_env.sh index d12b7718..b8efaad6 100644 --- a/init_env.sh +++ b/init_env.sh @@ -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