From a30aabea961ee2694ce435ec94d8c155e4bcf36d Mon Sep 17 00:00:00 2001 From: danj-replicated Date: Wed, 10 Jan 2024 12:32:25 +0000 Subject: [PATCH] disable workflow cacheing --- .github/workflows/pull-request.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index fcd013e09..a5e5ab531 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -12,6 +12,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: "1.21.0" + cache: false - name: Go vet run: | make vet @@ -29,6 +30,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: "1.21.0" + cache: false - name: Go vet run: | make vet @@ -56,6 +58,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: "1.21.0" + cache: false - name: Build Linux AMD64 run: | make embedded-cluster-linux-amd64 VERSION=dev-$SHORT_SHA