ci: disable go cache for build jobs to prevent disk space exhaustion (#23484)

Disables Go cache for the setup-go step to workaround depot runner disk space issues.
This commit is contained in:
Cian Johnston
2026-03-24 11:17:39 +00:00
committed by GitHub
parent b23aed034f
commit cbd56d33d4
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1119,6 +1119,8 @@ jobs:
- name: Setup Go
uses: ./.github/actions/setup-go
with:
use-cache: false
- name: Install rcodesign
run: |
+2
View File
@@ -163,6 +163,8 @@ jobs:
- name: Setup Go
uses: ./.github/actions/setup-go
with:
use-cache: false
- name: Setup Node
uses: ./.github/actions/setup-node