mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 22:32:45 +00:00
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:
parent
331f1b7f2b
commit
27ae9104ac
5 changed files with 23 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue