build/gci: bump CNI version to 0.7.5

This commit is contained in:
Dan Williams
2019-03-18 16:28:45 -05:00
parent a4f2590bd8
commit bfd8ad3268
6 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ import (
// utils.go contains functions used across test suites.
const (
cniVersion = "v0.6.0"
cniVersion = "v0.7.5"
cniArch = "amd64"
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
cniConfDirectory = "cni/net.d"