cni: fix build with golang 1.16
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 19:12:58 +0000 (16:12 -0300)
commit619270da0e3b81af08cb2924c8484e92b22339de
treea1e35e0e6758e62da46aa77bbad873639e408cb8
parentcffae02037e21471e5a0fdc47b171aedbe926e8f
cni: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
utils/cni/Makefile