File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 92
92
cd docs
93
93
mdbook build
94
94
- name : Upload artifact
95
- uses : actions/upload-pages-artifact@v3
95
+ uses : actions/upload-pages-artifact@v4
96
96
with :
97
97
path : ./docs/public
98
98
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/jedib0t/go-pretty/v6 v6.6.8
17
17
github.com/plus3it/gorecurcopy v0.0.1
18
18
github.com/sethvargo/go-githubactions v1.3.1
19
- github.com/stretchr/testify v1.10 .0
19
+ github.com/stretchr/testify v1.11 .0
20
20
)
21
21
22
22
require (
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ github.com/sosodev/duration v1.3.1/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERA
134
134
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
135
135
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
136
136
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
137
- github.com/stretchr/testify v1.10 .0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
138
- github.com/stretchr/testify v1.10 .0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
137
+ github.com/stretchr/testify v1.11 .0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
138
+ github.com/stretchr/testify v1.11 .0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
139
139
github.com/vektah/gqlparser/v2 v2.5.28 h1:bIulcl3LF69ba6EiZVGD88y4MkM+Jxrf3P2MX8xLRkY =
140
140
github.com/vektah/gqlparser/v2 v2.5.28 /go.mod h1:D1/VCZtV3LPnQrcPBeR/q5jkSQIPti0uYCP/RI0gIeo =
141
141
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
Original file line number Diff line number Diff line change @@ -325,15 +325,23 @@ services:
325
325
# ==================
326
326
# u-root
327
327
# ==================
328
+ # Source: https://github.com/u-root/u-root
328
329
uroot_0.14.0 :
329
330
build :
330
331
context : uroot
331
332
args :
332
333
- GO_VERSION=1.24
333
334
- UROOT_VERSION=0.14.0
335
+ uroot_0.15.0 :
336
+ build :
337
+ context : uroot
338
+ args :
339
+ - GO_VERSION=1.24
340
+ - UROOT_VERSION=0.15.0
334
341
# ==================
335
342
# u-boot
336
343
# ==================
344
+ # Source: https://github.com/u-boot/u-boot
337
345
uboot_2025.01 :
338
346
build :
339
347
context : uboot
@@ -346,3 +354,9 @@ services:
346
354
args :
347
355
- UBOOT_VERSION=2025.04
348
356
- SOURCE_IMAGE=ubuntu:noble
357
+ uboot_2025.07 :
358
+ build :
359
+ context : uboot
360
+ args :
361
+ - UBOOT_VERSION=2025.07
362
+ - SOURCE_IMAGE=ubuntu:noble
You can’t perform that action at this time.
0 commit comments