From dca5d71d7cde104f4e449291fce74369f61a13cf Mon Sep 17 00:00:00 2001 From: Paul Rogers <129207811+paul1r@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:00:31 -0400 Subject: [PATCH] chore(ci): Fix cache poisoning report (#17488) --- .github/workflows/promtail-windows-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/promtail-windows-test.yml b/.github/workflows/promtail-windows-test.yml index a86b0efd89..fac94effa7 100644 --- a/.github/workflows/promtail-windows-test.yml +++ b/.github/workflows/promtail-windows-test.yml @@ -23,6 +23,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} + cache: false # You can test your matrix by printing the current Go version - name: Display Go version run: go version