remove references to "vendor.mod"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-08-06 16:18:03 +02:00
parent 33badcff70
commit df3aea43aa
10 changed files with 11 additions and 33 deletions

View File

@@ -7,8 +7,6 @@ set -e
# The version of runc should match the version that is used by the containerd
# version that is used. If you need to update runc, open a pull request in
# the containerd project first, and update both after that is merged.
#
# When updating RUNC_VERSION, consider updating runc in vendor.mod accordingly
: "${RUNC_VERSION:=v1.3.0}"
install_runc() {