diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-08-03 11:35:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 11:35:29 +0100 |
commit | da101469faab6667df83b859b782b65c84d8631e (patch) | |
tree | 14e8e74a3dbddd140bcc7400e403232ea503a9dd /docs | |
parent | e3df6129537427ae7dae52a4d04dfc8822d8c2ab (diff) |
Minimum version Go 1.15 (#1957)
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 352c73ff..1752d7e8 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -25,7 +25,7 @@ use in production environments just yet! Dendrite requires: -* Go 1.14 or higher +* Go 1.15 or higher * Postgres 9.6 or higher (if using Postgres databases, not needed for SQLite) If you want to run a polylith deployment, you also need: |