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
3
3
inputs :
4
- go-version :
4
+ go-test- version :
5
5
description : Which Go version to use for running the tests
6
6
required : false
7
7
default : ~1.22.0
@@ -12,10 +12,10 @@ inputs:
12
12
runs :
13
13
using : composite
14
14
steps :
15
- - name : Set up Go
15
+ - name : Set up Go ${{ inputs.go-test-version }}
16
16
uses : actions/setup-go@v5
17
17
with :
18
- go-version : ${{ inputs.go-version }}
18
+ go-version : ${{ inputs.go-test- version }}
19
19
cache : false
20
20
id : go
21
21
You can’t perform that action at this time.
0 commit comments