From ad008770e87b6e96cb6cea97ca262e1f9037785f Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Thu, 6 Jul 2023 10:33:23 +0100 Subject: [PATCH] chore(ci): Don't use built-in caching in setup-go action (#1678) Signed-off-by: Andrew Haines --- .github/actions/setup-go/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-go/action.yaml b/.github/actions/setup-go/action.yaml index 2c0dd9555..b1679052c 100644 --- a/.github/actions/setup-go/action.yaml +++ b/.github/actions/setup-go/action.yaml @@ -31,6 +31,7 @@ runs: uses: actions/setup-go@v4 with: go-version: 1.20.x + cache: false check-latest: true - name: Cache dependencies