From 8f93d30a5dcd202dae0d78372e6386fbd7de17dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Sun, 6 Jun 2021 03:34:34 +0200 Subject: [PATCH] testing/geodns: fix build --- testing/geodns/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/geodns/APKBUILD b/testing/geodns/APKBUILD index c33493acae0..238f346590c 100644 --- a/testing/geodns/APKBUILD +++ b/testing/geodns/APKBUILD @@ -22,6 +22,7 @@ prepare() { build() { export GOPATH="$srcdir" + export GO111MODULE=off go build -v cd geodns-logs