dockerd: 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 22:43:54 +0000 (19:43 -0300)
commit8a4bb56478036efccbf6f092647da53e52574518
tree90aafeaff5420bb35e536b42f1278d653f5b2df1
parent5b2d0609c7ab0698c2fa138d664847195b0b452f
dockerd: 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/dockerd/Makefile