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)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 19:12:58 +0000 (16:12 -0300)
commit2d48a7b6e0a5d73962a7cf4bd32a80c762d2f35b
treebe76280d5465c3a591f2db80d6619847b2d253b6
parent619270da0e3b81af08cb2924c8484e92b22339de
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>
utils/containerd/Makefile