summaryrefslogtreecommitdiff
path: root/.builds/alpine-edge.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/alpine-edge.yml')
-rw-r--r--.builds/alpine-edge.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml
index c6424a6..ad9b8af 100644
--- a/.builds/alpine-edge.yml
+++ b/.builds/alpine-edge.yml
@@ -24,3 +24,7 @@ tasks:
- test: |
cd aerc
go test ./...
+ - ancient-go-version: |
+ go install golang.org/dl/go1.13@latest
+ ~/go/bin/go1.13 download
+ make GO=~/go/bin/go1.13