From 26e88d532a04f82d8fa9841222576ccf8a1a9585 Mon Sep 17 00:00:00 2001 From: Prajjwal Date: Wed, 11 Sep 2024 14:52:59 +0530 Subject: [PATCH] disables caching in go --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 735ae16e2..8189248a1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,6 +66,7 @@ jobs: uses: WarpBuilds/setup-go@v5 with: go-version: '>=1.22.5' + cache: false # This step usually is not needed because the /ui/dist is pregenerated locally # but its here to ensure that each release embeds the latest admin ui artifacts.