Include git

This commit is contained in:
John Barton 2020-11-11 12:05:55 +11:00
parent a7538440ac
commit 38a8505415

View File

@ -42,7 +42,7 @@ jobs:
CGO_ENABLED: 0 CGO_ENABLED: 0
run: | run: |
apt-get update apt-get update
apt install -y curl wget apt-get install -y curl wget git
latestGo=$(curl "https://golang.org/VERSION?m=text") latestGo=$(curl "https://golang.org/VERSION?m=text")
wget "https://dl.google.com/go/${latestGo}.linux-${GOARCH}.tar.gz" wget "https://dl.google.com/go/${latestGo}.linux-${GOARCH}.tar.gz"
rm -f $(which go) rm -f $(which go)