Skip to content

Commit aba4a3d

Browse files
amaanqObserverOfTime
authored andcommitted
fix: propagate the Go version
1 parent 1f7ad83 commit aba4a3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ runs:
9191
- name: Run Go tests
9292
uses: tree-sitter/parser-test-action/go@v2
9393
if: inputs.test-go == 'true'
94+
with:
95+
go-version: ${{inputs.go-version}}
9496
- name: Run Swift tests
9597
uses: tree-sitter/parser-test-action/swift@v2
9698
if: inputs.test-swift == 'true' && runner.os != 'Windows'

0 commit comments

Comments
 (0)