chore(ci): Fix cache poisoning report (#17488)

pull/17490/head^2
Paul Rogers 8 months ago committed by GitHub
parent 63758a8aa7
commit dca5d71d7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .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

Loading…
Cancel
Save