Skip to content

Commit d5bd79d

Browse files
committed
fix: propagate the Go version
1 parent 3e0d6e0 commit d5bd79d

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
@@ -97,6 +97,8 @@ runs:
9797
- name: Run Go tests
9898
uses: tree-sitter/parser-test-action/go@v2
9999
if: inputs.test-go == 'true'
100+
with:
101+
go-version: ${{inputs.go-version}}
100102
- name: Run Swift tests
101103
uses: tree-sitter/parser-test-action/swift@v2
102104
if: inputs.test-swift == 'true'

0 commit comments

Comments
 (0)