From 38a8505415b68b2c038eb9b04087d530cfb3ba43 Mon Sep 17 00:00:00 2001 From: John Barton Date: Wed, 11 Nov 2020 12:05:55 +1100 Subject: [PATCH] Include git --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7a9788..3cd1a4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: CGO_ENABLED: 0 run: | apt-get update - apt install -y curl wget + apt-get install -y curl wget git latestGo=$(curl "https://golang.org/VERSION?m=text") wget "https://dl.google.com/go/${latestGo}.linux-${GOARCH}.tar.gz" rm -f $(which go)