m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Require Go 1.23

This commit is contained in:
Junegunn Choi
2025-09-05 14:45:17 +09:00
parent d22812e917
commit 129cb23078
4 changed files with 18 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: Setup Ruby
uses: ruby/setup-ruby@v1

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: Setup Ruby
uses: ruby/setup-ruby@v1