Bump required Go version to 1.20

This allows us to use the stdlib for ECDH crypto used by remote control.
Fixes #5976
This commit is contained in:
Kovid Goyal
2023-02-03 09:32:56 +05:30
parent 331f1b7f2b
commit 27ae9104ac
5 changed files with 23 additions and 23 deletions

View File

@@ -46,7 +46,7 @@ Run-time dependencies:
Build-time dependencies:
* ``gcc`` or ``clang``
* ``go >= 1.19`` (see :file:`go.mod` for go packages used during building)
* ``go >= 1.20`` (see :file:`go.mod` for go packages used during building)
* ``pkg-config``
* For building on Linux in addition to the above dependencies you might also
need to install the following packages, if they are not already installed by