From 99edeb6e838654b5029aaa5cc45b7600c2eae72c Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Mon, 31 Mar 2025 09:50:45 -0400 Subject: [PATCH] fix: disable workspace cache (#102745) --- .github/workflows/pr-go-workspace-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-go-workspace-check.yml b/.github/workflows/pr-go-workspace-check.yml index 889e7653ec0..ae3ef4174a7 100644 --- a/.github/workflows/pr-go-workspace-check.yml +++ b/.github/workflows/pr-go-workspace-check.yml @@ -25,6 +25,7 @@ jobs: - name: Set go version uses: actions/setup-go@v4 + cache: false with: go-version-file: go.mod