From 10d712824a133863562c6ad1f01bc79a1f1a2f7b Mon Sep 17 00:00:00 2001 From: Charlie Vieth Date: Thu, 4 Sep 2025 09:04:52 -0400 Subject: 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. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/linux.yml') 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 -- cgit v1.2.3