diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-01-28 16:24:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 16:24:01 +0000 |
commit | 2c3dd48bb2daf078fe2e36c3a06a995fcd693d20 (patch) | |
tree | 8a43c8917a72ab13c275d9bd0cefb1086e4fdd1c /cmd | |
parent | bde7c1fd8ca040f61f339c96c6589d57feca3dd9 (diff) |
Require Go 1.16 (#2122)
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 c471cef2..94633357 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.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: |