0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 03:59:03 +02:00

Require Go 1.16 (#2122)

This commit is contained in:
Neil Alexander 2022-01-28 16:24:01 +00:00 committed by GitHub
parent bde7c1fd8c
commit 2c3dd48bb2
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.15 or later.
To build Dendrite, you will need Go 1.16 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.15 or later.
This is the Dendrite Yggdrasil demo! It's easy to get started - all you need is Go 1.16 or later.
To run the homeserver, start at the root of the Dendrite repository and run:

View file

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

2
go.mod
View file

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