diff options
| author | Charlie Vieth <charlie.vieth@gmail.com> | 2025-09-04 09:04:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-04 22:04:52 +0900 |
| commit | 10d712824a133863562c6ad1f01bc79a1f1a2f7b (patch) | |
| tree | 27528c5db0d3a3aec87ad1987742f465e4982679 /.github | |
| parent | de4059c8fa9d88247e0716f546a76d65fa3eb17b (diff) | |
| download | fzf-10d712824a133863562c6ad1f01bc79a1f1a2f7b.tar.gz | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6ee1da00..12e985bc 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 034568ca..c28f2297 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 |
