ci: fix go1.13 step

Fix the following error:

+ make GO=/home/build/go/bin/go1.13
make: *** No targets specified and no makefile found.  Stop.

Fixes: dbc5bb41a5 ("ci: slim down CI Pipeline")
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Moritz Poldrack 2022-06-25 00:26:27 +02:00 committed by Robin Jarry
parent bc86392169
commit 1d68e1d14f
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ tasks:
- ancient-go-version: |
go install golang.org/dl/go1.13@latest
~/go/bin/go1.13 download
cd aerc
make GO=~/go/bin/go1.13