From 9b890d9a10946d8de02f0990c4c50121f517c634 Mon Sep 17 00:00:00 2001 From: danshearer Date: Sat, 4 Jul 2020 16:14:47 +0100 Subject: [PATCH] Reduce minimum reuqired version from 1.14 to 1.13.8. This is the version that ships with Ubuntu 20.04 Long Term Support release and it seems to work fine. --- docs/source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source.md b/docs/source.md index bbeac2025..0c4e3db63 100644 --- a/docs/source.md +++ b/docs/source.md @@ -1,6 +1,6 @@ # Installation from source -0. Verify that you have Go 1.14+ installed +0. Verify that you have Go 1.13.8+ installed ```sh $ go version