docker: 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:22 +0000 (12:47 +0100)
commit66ec425ce712f052cce413cf95c3740f6e533b0c
tree1cf93d18338a8d7cad27d9b45d49c0e3a40f728c
parent751715e8242d3e3d644e26784baeb652f9ccac84
docker: 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 5b2d0609c7ab0698c2fa138d664847195b0b452f)
utils/docker/Makefile