mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Merge pull request #168 from filipe-costa/update-end-to-end-docs
Update End-To-End tests to use new version of Go
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
Install Go
|
Install Go
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://dl.google.com/go/go1.12.1.linux-amd64.tar.gz
|
wget https://dl.google.com/go/go1.15.linux-amd64.tar.gz
|
||||||
|
|
||||||
sudo tar -C /usr/local -xzf go1.12.1.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"
|
||||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user