Skip to content

Commit 9cac683

Browse files
examples/qemu: Update u-root tip and go verison for newer u-root
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
1 parent 4c82d74 commit 9cac683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/qemu/configs/config-qemu-x86_64.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"untar": [
44
{
55
"label": "go",
6-
"url": "https://golang.org/dl/go1.16.6.linux-amd64.tar.gz",
7-
"hash": "sha256:be333ef18b3016e9d7cb7b1ff1fdb0cac800ca0be4cf2290fe613b3d069dfe0d"
6+
"url": "https://golang.org/dl/go1.17.6.linux-amd64.tar.gz",
7+
"hash": "sha256:231654bbf2dab3d86c1619ce799e77b03d96f9b50770297c8f4dff8836fc8ca2"
88
}
99
],
1010
"goget": [
1111
{
1212
"label": "uroot",
1313
"pkg": "https://github.com/u-root/u-root",
1414
"branch": "master",
15-
"hash": "ba3c4503673291183f54568dc0c0d0d7411302cd"
15+
"hash": "8278674a41e9ca22d9f3fff33d7eb8439acb4bf9"
1616
}
1717
]
1818
},

0 commit comments

Comments
 (0)