diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-01-28 16:24:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 16:24:01 +0000 |
commit | 2c3dd48bb2daf078fe2e36c3a06a995fcd693d20 (patch) | |
tree | 8a43c8917a72ab13c275d9bd0cefb1086e4fdd1c /docs | |
parent | bde7c1fd8ca040f61f339c96c6589d57feca3dd9 (diff) |
Require Go 1.16 (#2122)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 2afb43c6..686ae1db 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -27,7 +27,7 @@ use in production environments just yet! Dendrite requires: -* Go 1.15 or higher +* Go 1.16 or higher * PostgreSQL 12 or higher (if using PostgreSQL databases, not needed for SQLite) If you want to run a polylith deployment, you also need: |