Update cni-plugins to v1.4.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert
2023-12-05 08:52:49 +01:00
parent 55f2bc1043
commit 1ae5594fb2
5 changed files with 25 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ import (
// utils.go contains functions used across test suites.
const (
cniVersion = "v1.3.0"
cniVersion = "v1.4.0"
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
cniConfDirectory = "cni/net.d"