Downgrade Go version to keep support for old Windows (#3601)

Go 1.21 dropped support for older versions of Windows.

* https://tip.golang.org/doc/go1.21#windows

But there is no absolute reason for fzf to use Go 1.21, so we downgrade
the dependency.
pull/3605/head
Junegunn Choi 3 months ago
parent da752fc9a4
commit a34e8dcdc9
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -1 +1 @@
golang 1.21.6
golang 1.20.13

Loading…
Cancel
Save