You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
We should not use the latest version of the xurls utility, but should query the version to use from the runtime's versions database. The reason is that the latest xurls requires a golang 1.10.3, but the stable branches are using 1.10. This issue is failing the following stable branch PRs:
We should not use the latest version of the
xurlsutility, but should query the version to use from the runtime's versions database. The reason is that the latestxurlsrequires a golang 1.10.3, but the stable branches are using 1.10. This issue is failing the following stable branch PRs:Oonce this PR lands, it will need to be backported to the stable branches to allow the branches above to land.
Related: kata-containers/runtime#855