From 59ce0a11911d7b5fbda6a91b900aabebae55cbea Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Sun, 23 Apr 2023 21:40:19 +0200 Subject: mod: drop support for go 1.17 A lot of libraries are starting to use generics (introduced in go 1.18). Restricting aerc on 1.17 prevents us from updating our dependencies. Since 1.18 is a major milestone, it has a chance to remain supported for a while. Update the minimum go version to 1.18. Run go mod tidy -compat=1.18. Update our CI to run on 1.18. Signed-off-by: Robin Jarry Acked-by: Bence Ferdinandy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 32ac5a4e..bf3f1e11 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ And likely other platforms. Install the dependencies: -- go (>=1.17) *(Go versions are supported until their end-of-life; support for +- go (>=1.18) *(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) -- cgit