Get latest Go

pull/634/head
Alistair Mackay 2023-11-09 07:11:59 +00:00
parent 0e87990be9
commit 329f1a7311
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# Run End-to-End Tests
## Install Go
## Install latest Go
```bash
wget https://dl.google.com/go/go1.18.linux-amd64.tar.gz
GO_VERSION=$(curl -s https://go.dev/VERSION?m=text | head -1)
wget https://dl.google.com/go/${GO_VERSION}.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf ${GO_VERSION}.linux-amd64.tar.gz
```
## Install kubetest