From 22069aa68fcb79c3db8cb8a9a291dd3f3e92a79c Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 1 Jun 2020 15:34:07 +0100
Subject: [PATCH] More permutations

---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6965557..a74bdf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,7 @@
 
 export DH_VERBOSE := 1
 export DH_GOLANG_EXCLUDES := vendor
-export DH_GOLANG_INSTALL_ALL := 1
-export GO111MODULE := off
-export GOCACHE := on
+export GO111MODULE := auto
 
 %:
 	dh $@ --with=golang
-- 
GitLab