containerd: fix build with golang 1.16
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 18:37:59 +0000 (15:37 -0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 26 Feb 2021 11:47:15 +0000 (12:47 +0100)
commit751715e8242d3e3d644e26784baeb652f9ccac84
tree65981c3f4df40a0857906899134da20abd2bcfa1
parentaa382aad96b3964ea3e58a89125a6d477b07d273
containerd: 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>
(cherry picked from commit 2d48a7b6e0a5d73962a7cf4bd32a80c762d2f35b)
utils/containerd/Makefile