File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Test go extractor
2- description : Run build, QL tests and optionally basic code sanity checks (formatting and generation)
1+ name : Test Go extractor
2+ description : Run build, QL tests, and optionally basic code sanity checks (formatting and generated code) for the Go extractor
33inputs :
4- go-version :
4+ go-test- version :
55 description : Which Go version to use for running the tests
66 required : false
77 default : ~1.22.0
@@ -12,10 +12,10 @@ inputs:
1212runs :
1313 using : composite
1414 steps :
15- - name : Set up Go
15+ - name : Set up Go ${{ inputs.go-test-version }}
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : ${{ inputs.go-version }}
18+ go-version : ${{ inputs.go-test- version }}
1919 cache : false
2020 id : go
2121
You can’t perform that action at this time.
0 commit comments