Skip to content

Commit

Permalink
use go1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oldfritter committed Mar 24, 2020
1 parent 88066a5 commit 5e5a49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

# Install Golang
```
wget https://dl.google.com/go/go1.11.2.linux-amd64.tar.gz
wget https://dl.google.com/go/go1.13.linux-amd64.tar.gz
sudo tar zxvf go1.11.2.linux-amd64.tar.gz -C /usr/local
sudo tar zxvf go1.13.linux-amd64.tar.gz -C /usr/local
vim ~/.bashrc
添加
Expand Down

0 comments on commit 5e5a49e

Please sign in to comment.