You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Could we maintain support for older versions of Go for a little longer in future?
At a minimum, I think Dendrite should run on the version included in the latest Debian stable and Ubuntu LTS releases (which today, would mean 1.19+).
The text was updated successfully, but these errors were encountered:
imo, we shouldn't maintain "old" Go versions as long as possible.
Go is easy to install manually. Even my Raspberry Pi Zero is on 1.22.2 now, by manually installing it (without using too much shell witchcraft). (Distribution had 1.17.6 in the repos..)
We're only talking about last 3 years of versions, similar to what anybody would expect for a Python application.
However, if I understand correctly, Go is only needed to build the binaries, not to run them. In which case, it would make sense to just build them locally on a newer release and then copy the results to the server. If I'm right, then I think it's fine to close this (though maybe clarify that in the install instructions).
That's correct, you can compile Dendrite on a different machine and copy it over to the server.
Alternatively, you can manually install Go in any version as described here
Could we maintain support for older versions of Go for a little longer in future?
At a minimum, I think Dendrite should run on the version included in the latest Debian stable and Ubuntu LTS releases (which today, would mean 1.19+).
The text was updated successfully, but these errors were encountered: