Skip to content

Commit 9ed34bb

Browse files
Ace-Tangfuweid
authored andcommitted
ci: update runc version to 1.0.0-rc6-1
update runc version used by integration test Signed-off-by: Ace-Tang <[email protected]>
1 parent 401167e commit 9ed34bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hack/install/install_runc.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
readonly RUNC_VERSION="1.0.0-rc4-2"
5+
readonly RUNC_VERSION="1.0.0-rc6-1"
66

77
# runc::check_version checks the command and the version.
88
runc::check_version() {
@@ -53,6 +53,9 @@ main() {
5353
command -v runc > /dev/null
5454

5555
echo
56+
57+
# test version runc
58+
runc -v
5659
}
5760

5861
main

0 commit comments

Comments
 (0)