mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-09 04:12:41 +03:00
use google download service instead
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
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
|
||||
export GOPATH="/home/vagrant/go"
|
||||
|
Reference in New Issue
Block a user