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

mod: update charlievieth/fastwalk to v1.0.13 and min Go version to 1.21 (#4508)

This commit updates github.com/charlievieth/fastwalk to v1.0.13 which
addresses fastwalk issue #61. It also updates the minimum supported Go
version to 1.21 (up from 1.20) since that is now the minimum version
supported by fastwalk.
This commit is contained in:
Charlie Vieth
2025-09-04 09:04:52 -04:00
committed by GitHub
parent de4059c8fa
commit 10d712824a
4 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"
- 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.20"
go-version: "1.21"
- name: Setup Ruby
uses: ruby/setup-ruby@v1