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.
This commit is contained in:
Junegunn Choi 2024-01-26 12:21:35 +09:00
parent da752fc9a4
commit a34e8dcdc9
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
golang 1.21.6
golang 1.20.13