File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/setup-go@v5
19
19
with :
20
20
go-version : 1.*
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : ' 0'
24
24
- name : golangci-lint
Original file line number Diff line number Diff line change 16
16
go : [ '1.21', '1.*' ]
17
17
name : Tests
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Setup Go
21
21
uses : actions/setup-go@v5
22
22
with :
32
32
go : [ '1.*' ]
33
33
name : Coverage Report
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Setup Go
37
37
uses : actions/setup-go@v5
38
38
with :
68
68
go : [ '1.*' ]
69
69
name : Static checks
70
70
steps :
71
- - uses : actions/checkout@v3
71
+ - uses : actions/checkout@v4
72
72
- name : Setup Go
73
73
uses : actions/setup-go@v5
74
74
with :
Original file line number Diff line number Diff line change 12
12
go : [ '1.*' ]
13
13
name : Semanticore
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Setup Go
You can’t perform that action at this time.
0 commit comments