diff options
Diffstat (limited to 'docs/installation')
-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 45012d80..d4f3d705 100644 --- a/docs/installation/1_planning.md +++ b/docs/installation/1_planning.md @@ -75,7 +75,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.16 or later. We do not support building +At this time, Dendrite supports being built with Go 1.18 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. |