diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c232b29d..51d2284d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: "1.22" + cache: false - name: Lint source code uses: golangci/golangci-lint-action@v4