Minimum version Go 1.15 (#1957)

main
Neil Alexander 2021-08-03 11:35:29 +01:00 committed by GitHub
parent e3df612953
commit da101469fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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:

View File

@ -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:

2
go.mod
View File

@ -63,4 +63,4 @@ require (
nhooyr.io/websocket v1.8.7
)
go 1.14
go 1.15