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 /cmd | |
parent | e3df6129537427ae7dae52a4d04dfc8822d8c2ab (diff) |
Minimum version Go 1.15 (#1957)
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/dendrite-demo-yggdrasil/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dendrite-demo-yggdrasil/README.md b/cmd/dendrite-demo-yggdrasil/README.md index 33df7e60..c471cef2 100644 --- a/cmd/dendrite-demo-yggdrasil/README.md +++ b/cmd/dendrite-demo-yggdrasil/README.md @@ -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: |