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