We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2560c6 commit 280c8cdCopy full SHA for 280c8cd
init_env.sh
@@ -68,6 +68,7 @@ echo "GOBIN_ZIP:${GOBIN_ZIP}"
68
# install golang
69
wget https://golang.google.cn/dl/${GOBIN_ZIP}
70
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf ${GOBIN_ZIP}
71
+rm ${GOBIN_ZIP}
72
export PATH=/usr/local/go/bin:$PATH
73
export GOPROXY=https://goproxy.cn
74
0 commit comments