diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df1d29b..1a36459 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: "1.21.x" + cache: false - name: Check spelling with custom config file uses: crate-ci/typos@master