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.4 .0
24
+ uses : actions/setup-go@v5.5 .0
25
25
with :
26
26
go-version : ' 1.23'
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.4 .0
99
+ uses : actions/setup-go@v5.5 .0
100
100
if : steps.changed-go-files.outputs.any_changed == 'true'
101
101
with :
102
102
go-version : " 1.23"
@@ -141,7 +141,7 @@ jobs:
141
141
go.sum
142
142
143
143
- name : Setup Go environment
144
- uses : actions/setup-go@v5.4 .0
144
+ uses : actions/setup-go@v5.5 .0
145
145
with :
146
146
go-version : " 1.23"
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.4 .0
199
+ uses : actions/setup-go@v5.5 .0
200
200
with :
201
201
go-version : " 1.23"
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.4 .0
25
+ uses : actions/setup-go@v5.5 .0
26
26
with :
27
27
go-version : " 1.23"
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.4 .0
44
+ uses : actions/setup-go@v5.5 .0
45
45
with :
46
46
go-version : " 1.23"
47
47
78
78
run : sudo apt-get install jq
79
79
80
80
- name : Setup Go environment
81
- uses : actions/setup-go@v5.4 .0
81
+ uses : actions/setup-go@v5.5 .0
82
82
with :
83
83
go-version : " 1.23"
84
84
You can’t perform that action at this time.
0 commit comments