File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
go/ql/test/library-tests/semmle/go/Function Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 8
8
- .github/actions/**
9
9
- codeql-workspace.yml
10
10
env :
11
- GO_VERSION : ' ~1.21 .0'
11
+ GO_VERSION : ' ~1.22 .0'
12
12
13
13
permissions :
14
14
contents : read
22
22
uses : actions/setup-go@v5
23
23
with :
24
24
go-version : ${{ env.GO_VERSION }}
25
+ cache : false
25
26
id : go
26
27
27
28
- name : Check out code
58
59
uses : actions/setup-go@v5
59
60
with :
60
61
go-version : ${{ env.GO_VERSION }}
62
+ cache : false
61
63
id : go
62
64
63
65
- name : Check out code
Original file line number Diff line number Diff line change 17
17
- codeql-workspace.yml
18
18
19
19
env :
20
- GO_VERSION : ' ~1.21 .0'
20
+ GO_VERSION : ' ~1.22 .0'
21
21
22
22
permissions :
23
23
contents : read
32
32
uses : actions/setup-go@v5
33
33
with :
34
34
go-version : ${{ env.GO_VERSION }}
35
+ cache : false
35
36
id : go
36
37
37
38
- name : Check out code
Original file line number Diff line number Diff line change
1
+ | E | Ordered |
2
+ | E | comparable |
3
+ | E | interface { } |
4
+ | E1 | interface { } |
5
+ | E2 | interface { } |
1
6
| Edge | EdgeConstraint |
2
7
| Edge | interface { } |
3
8
| F | floaty |
4
9
| K | comparable |
5
10
| Node | NodeConstraint |
6
11
| Node | interface { } |
7
12
| S | interface { } |
13
+ | S | interface { ~[]E } |
14
+ | S1 | interface { ~[]E1 } |
15
+ | S2 | interface { ~[]E2 } |
8
16
| SF2 | interface { } |
9
17
| SG2 | interface { } |
18
+ | T | Ordered |
19
+ | T | comparable |
20
+ | T | interface { string \| []uint8 } |
10
21
| T | interface { } |
11
22
| T1 | interface { } |
12
23
| T2 | interface { } |
You can’t perform that action at this time.
0 commit comments