m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Build with Go 1.21

This commit is contained in:
Junegunn Choi
2025-09-11 00:22:16 +09:00
parent a0a334fc8d
commit 1f389c4933
7 changed files with 18 additions and 18 deletions

View File

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