diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 249a2831bc..cc792a47ad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,6 +22,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.24 + cache: false - name: Run linters run: |