diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2024-08-02 08:35:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 08:35:38 +0200 |
commit | a37d3179581297248a768b57c59e3c36b2834549 (patch) | |
tree | 298718f86fd0ab0277180b582d11870d2ec605ca /cmd/dendrite-demo-yggdrasil | |
parent | 989795973103c463a33f053663c6a8616177186c (diff) |
Bump go to 1.21 (#3360)
Diffstat (limited to 'cmd/dendrite-demo-yggdrasil')
-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 23304c21..a950720d 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.20 or later. +This is the Dendrite Yggdrasil demo! It's easy to get started - all you need is Go 1.21 or later. To run the homeserver, start at the root of the Dendrite repository and run: |