Bump go to 1.21 (#3360)

This commit is contained in:
Till 2024-08-02 08:35:38 +02:00 committed by GitHub
parent 9897959731
commit a37d317958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 47 additions and 25 deletions

View file

@ -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.