Merge pull request #521 from dcbw/go-113

Bump Go version to 1.13 and 1.14
This commit is contained in:
Dan Williams
2020-08-05 14:38:42 -05:00
committed by GitHub
49 changed files with 463 additions and 6982 deletions

View File

@ -45,7 +45,7 @@ var _ = Describe("Loopback", func() {
environ = []string{
fmt.Sprintf("CNI_CONTAINERID=%s", "dummy"),
fmt.Sprintf("CNI_NETNS=%s", networkNS.Path()),
fmt.Sprintf("CNI_IFNAME=%s", "this is ignored"),
fmt.Sprintf("CNI_IFNAME=%s", "lo"),
fmt.Sprintf("CNI_ARGS=%s", "none"),
fmt.Sprintf("CNI_PATH=%s", "/some/test/path"),
}