File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 24
24
${{ github.event.pull_request.base.ref }}:${{ github.event.pull_request.base.ref }}
25
25
26
26
- name : setup go
27
- uses : actions/setup-go@v5.5 .0
27
+ uses : actions/setup-go@v6.0 .0
28
28
with :
29
29
go-version-file : go.mod
30
30
cache : false
Original file line number Diff line number Diff line change 43
43
fetch-depth : 0
44
44
45
45
- name : Setup Go
46
- uses : actions/setup-go@v5.5 .0
46
+ uses : actions/setup-go@v6.0 .0
47
47
with :
48
48
go-version-file : go.mod
49
49
cache : false
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@v5
32
32
33
33
- name : setup go
34
- uses : actions/setup-go@v5.5 .0
34
+ uses : actions/setup-go@v6.0 .0
35
35
with :
36
36
go-version-file : go.mod
37
37
48
48
uses : actions/checkout@v5
49
49
50
50
- name : setup go
51
- uses : actions/setup-go@v5.5 .0
51
+ uses : actions/setup-go@v6.0 .0
52
52
with :
53
53
go-version-file : go.mod
54
54
cache : false
69
69
uses : actions/checkout@v5
70
70
71
71
- name : setup go
72
- uses : actions/setup-go@v5.5 .0
72
+ uses : actions/setup-go@v6.0 .0
73
73
with :
74
74
go-version-file : go.mod
75
75
cache : false
85
85
uses : actions/checkout@v5
86
86
87
87
- name : setup go
88
- uses : actions/setup-go@v5.5 .0
88
+ uses : actions/setup-go@v6.0 .0
89
89
with :
90
90
go-version-file : go.mod
91
91
cache : false
@@ -108,7 +108,7 @@ jobs:
108
108
uses : actions/checkout@v5
109
109
110
110
- name : Setup Python
111
- uses : actions/setup-python@v5
111
+ uses : actions/setup-python@v6
112
112
113
113
- name : Setup Pre-commit
114
114
run : pip install pre-commit
@@ -142,7 +142,7 @@ jobs:
142
142
uses : actions/checkout@v5
143
143
144
144
- name : setup go
145
- uses : actions/setup-go@v5.5 .0
145
+ uses : actions/setup-go@v6.0 .0
146
146
with :
147
147
go-version-file : go.mod
148
148
cache : false
Original file line number Diff line number Diff line change 36
36
fetch-depth : 0
37
37
38
38
- name : Setup Go
39
- uses : actions/setup-go@v5.5 .0
39
+ uses : actions/setup-go@v6.0 .0
40
40
with :
41
41
go-version-file : go.mod
42
42
cache : false
@@ -125,7 +125,7 @@ jobs:
125
125
uses : actions/checkout@v5
126
126
127
127
- name : Setup Go
128
- uses : actions/setup-go@v5.5 .0
128
+ uses : actions/setup-go@v6.0 .0
129
129
with :
130
130
go-version-file : go.mod
131
131
cache : false
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v5
22
22
23
23
- name : Setup Go
24
- uses : actions/setup-go@v5.5 .0
24
+ uses : actions/setup-go@v6.0 .0
25
25
with :
26
26
go-version-file : go.mod
27
27
cache : true
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Setup Go
27
- uses : actions/setup-go@v5.5 .0
27
+ uses : actions/setup-go@v6.0 .0
28
28
with :
29
29
go-version-file : go.mod
30
30
cache : true
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v5
16
16
17
17
- name : Setup Go
18
- uses : actions/setup-go@v5.5 .0
18
+ uses : actions/setup-go@v6.0 .0
19
19
with :
20
20
go-version-file : go.mod
21
21
42
42
name : coverage-report
43
43
44
44
- name : Upload coverage reports to Codecov
45
-
45
+
46
46
with :
47
47
fail_ci_if_error : true
48
48
files : ./coverage.out
You can’t perform that action at this time.
0 commit comments