diff --git a/.github/workflows/EditorTests.yml b/.github/workflows/EditorTests.yml index 9139870..9d4df06 100644 --- a/.github/workflows/EditorTests.yml +++ b/.github/workflows/EditorTests.yml @@ -19,7 +19,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.25.5" # Pin version + go-version-file: go.mod # Use mod file directly + # go-version: "1.25.5" # Pin version - name: Install dependencies run: go mod download