diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05d7c0f..7f8dbf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,10 +39,11 @@ jobs: with: tree-sitter-ref: v0.25.10 - name: Run tests - uses: tree-sitter/parser-test-action@v2 + uses: tree-sitter/parser-test-action@v3 with: test-rust: true test-python: true test-go: true test-swift: false test-node: false + go-version: "1.23"