File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v4
22
22
23
23
- name : Setup Go environment
24
- uses : actions/setup-go@v5.0.1
24
+ uses : actions/setup-go@v5.0.2
25
25
with :
26
26
go-version : ' 1.21'
27
27
Original file line number Diff line number Diff line change 96
96
go.sum
97
97
98
98
- name : Setup Go environment
99
- uses : actions/setup-go@v5.0.1
99
+ uses : actions/setup-go@v5.0.2
100
100
if : steps.changed-go-files.outputs.any_changed == 'true'
101
101
with :
102
102
go-version : " 1.21"
@@ -141,7 +141,7 @@ jobs:
141
141
go.sum
142
142
143
143
- name : Setup Go environment
144
- uses : actions/setup-go@v5.0.1
144
+ uses : actions/setup-go@v5.0.2
145
145
with :
146
146
go-version : " 1.21"
147
147
cache : false
@@ -196,7 +196,7 @@ jobs:
196
196
uses : actions/checkout@v4
197
197
198
198
- name : Setup Go environment
199
- uses : actions/setup-go@v5.0.1
199
+ uses : actions/setup-go@v5.0.2
200
200
with :
201
201
go-version : " 1.21"
202
202
Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v4
23
23
24
24
- name : Setup Go environment
25
- uses : actions/setup-go@v5.0.1
25
+ uses : actions/setup-go@v5.0.2
26
26
with :
27
27
go-version : " 1.21"
28
28
Original file line number Diff line number Diff line change 41
41
uses : actions/checkout@v4
42
42
43
43
- name : Setup Go environment
44
- uses : actions/setup-go@v5.0.1
44
+ uses : actions/setup-go@v5.0.2
45
45
with :
46
46
go-version : " 1.21"
47
47
72
72
run : sudo apt-get install jq
73
73
74
74
- name : Setup Go environment
75
- uses : actions/setup-go@v5.0.1
75
+ uses : actions/setup-go@v5.0.2
76
76
with :
77
77
go-version : " 1.21"
78
78
You can’t perform that action at this time.
0 commit comments