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 /docs | |
parent | 989795973103c463a33f053663c6a8616177186c (diff) |
Bump go to 1.21 (#3360)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation/1_planning.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/1_planning.md b/docs/installation/1_planning.md index 37ca5702..e113ca2d 100644 --- a/docs/installation/1_planning.md +++ b/docs/installation/1_planning.md @@ -59,7 +59,7 @@ In order to install Dendrite, you will need to satisfy the following dependencie ### Go -At this time, Dendrite supports being built with Go 1.20 or later. We do not support building +At this time, Dendrite supports being built with Go 1.21 or later. We do not support building Dendrite with older versions of Go than this. If you are installing Go using a package manager, you should check (by running `go version`) that you are using a suitable version before you start. |