aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2024-07-11 11:34:19 +0200
committerRobin Jarry <robin@jarry.cc>2024-08-20 11:52:25 +0200
commit5d56a6fc75e8104e222a912caee61b1f0376b556 (patch)
tree88e2765ed4d8b684a5c278d010546c5ab820148d /README.md
parenta890fcb435e223897e9cacd92fc95673af45fb81 (diff)
downloadaerc-5d56a6fc75e8104e222a912caee61b1f0376b556.tar.gz
go: bump minimal version to 1.21 and handle deprecations
Go 1.18 is already EOL. go-maildir v0.5.0 requires go 1.20 at least. Since go 1.20 is also EOL, bump the minimum required go version to the first still supported version which is 1.21. Go 1.20 deprecated Seed and Read in math/rand. Update the code accordingly. Changelog-deprecated: Support for go 1.20 and older. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac593541..e7ce93ca 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ And likely other platforms.
Install the dependencies:
-- go (>=1.18) *(Go versions are supported until their end-of-life; support for
+- go (>=1.21) *(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)