diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9a1c61b..4ed7012 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,6 +30,8 @@ jobs: - name: Lint code issues 🚨 uses: golangci/golangci-lint-action@v3 + with: + skip-pkg-cache: true - name: Install xk6 and build xk6-kafka 🏗️ run: |