Skip to content

Commit 280c8cd

Browse files
authored
chore: init_env cleanup (#209)
1 parent b2560c6 commit 280c8cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init_env.sh

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ echo "GOBIN_ZIP:${GOBIN_ZIP}"
6868
# install golang
6969
wget https://golang.google.cn/dl/${GOBIN_ZIP}
7070
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf ${GOBIN_ZIP}
71+
rm ${GOBIN_ZIP}
7172
export PATH=/usr/local/go/bin:$PATH
7273
export GOPROXY=https://goproxy.cn
7374

0 commit comments

Comments
 (0)