From 602a5778e872cf18935433b2916b0e4a54f5fcea Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Fri, 5 Aug 2022 14:29:49 +0200 Subject: go: bumped minimum required version 1.16 Due to github.com/daixiang0/gci requiring io/fs, the minimum required Go version for aerc needs to be bumped to 1.16 Signed-off-by: Moritz Poldrack Signed-off-by: Robin Jarry --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 858f31b1..81dbfc22 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ And likely other platforms. Install the dependencies: -- go (>=1.13) +- go (>=1.16) *(Go versions are supported until their end-of-life; support for + older versions may be dropped at any time due to incompatibilities or newer + required language features.)* - [scdoc](https://git.sr.ht/~sircmpwn/scdoc) Then compile aerc: -- cgit