From c963d66e3b340b6803c15622439d00dbf3c1fda3 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 6 Mar 2026 18:37:57 -0700 Subject: [PATCH] cicd: trying without go cache. Otherwise ill just use a go image --- .github/workflows/EditorTests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/EditorTests.yml b/.github/workflows/EditorTests.yml index 9d4df06..0c7e96f 100644 --- a/.github/workflows/EditorTests.yml +++ b/.github/workflows/EditorTests.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-go@v5 with: go-version-file: go.mod # Use mod file directly + cache: false # go-version: "1.25.5" # Pin version - name: Install dependencies