mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
use google download service instead
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Install Go
|
Install Go
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://golang.org/dl/go1.15.linux-amd64.tar.gz
|
wget https://dl.google.com/go/go1.15.linux-amd64.tar.gz
|
||||||
|
|
||||||
sudo tar -C /usr/local -xzf go1.15.linux-amd64.tar.gz
|
sudo tar -C /usr/local -xzf go1.15.linux-amd64.tar.gz
|
||||||
export GOPATH="/home/vagrant/go"
|
export GOPATH="/home/vagrant/go"
|
||||||
|
Reference in New Issue
Block a user