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:
parent
bc86392169
commit
1d68e1d14f
|
@ -27,4 +27,5 @@ tasks:
|
||||||
- ancient-go-version: |
|
- ancient-go-version: |
|
||||||
go install golang.org/dl/go1.13@latest
|
go install golang.org/dl/go1.13@latest
|
||||||
~/go/bin/go1.13 download
|
~/go/bin/go1.13 download
|
||||||
|
cd aerc
|
||||||
make GO=~/go/bin/go1.13
|
make GO=~/go/bin/go1.13
|
||||||
|
|
Loading…
Reference in New Issue