diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59481a4..bb9845f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.23" + go-version: "1.24" - run: go install mvdan.cc/sh/v3/cmd/shfmt@latest - run: shfmt -i 2 -ci -w .