Skip to content

Commit

Permalink
Update loopback version to support check
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Zappa <Michael.Zappa@stateless.net>
  • Loading branch information
Michael Zappa authored and Michael Zappa committed Mar 21, 2022
1 parent e559bd8 commit 9ebcec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opts.go
Expand Up @@ -87,7 +87,7 @@ func WithMinNetworkCount(count int) Opt {
// network config.
func WithLoNetwork(c *libcni) error {
loConfig, _ := cnilibrary.ConfListFromBytes([]byte(`{
"cniVersion": "0.3.1",
"cniVersion": "1.0.0",
"name": "cni-loopback",
"plugins": [{
"type": "loopback"
Expand Down

0 comments on commit 9ebcec1

Please sign in to comment.