mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Minimum version Go 1.15 (#1957)
This commit is contained in:
parent
e3df612953
commit
da101469fa
@ -31,7 +31,7 @@ If you have further questions, please take a look at [our FAQ](docs/FAQ.md) or j
|
||||
|
||||
## Requirements
|
||||
|
||||
To build Dendrite, you will need Go 1.13 or later.
|
||||
To build Dendrite, you will need Go 1.15 or later.
|
||||
|
||||
For a usable federating Dendrite deployment, you will also need:
|
||||
- A domain name (or subdomain)
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Yggdrasil Demo
|
||||
|
||||
This is the Dendrite Yggdrasil demo! It's easy to get started - all you need is Go 1.14 or later.
|
||||
This is the Dendrite Yggdrasil demo! It's easy to get started - all you need is Go 1.15 or later.
|
||||
|
||||
To run the homeserver, start at the root of the Dendrite repository and run:
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user