From c3806fab9cc90a2b14cc9b398b7f5b72cc9e25a6 Mon Sep 17 00:00:00 2001 From: golf66 <69233028+hudeng-go@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:44:37 +0800 Subject: [PATCH] fix: debian build gopath error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决GO111MODULE=off在部分环境下不生效导致的gopath错误 log: --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a3d2d3b..1dc993e 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ ifneq ($(DEB_BUILD_ARCH), mips64el) endif %: - dh $@ --buildsystem=makefile + GO111MODULE=off dh $@ --buildsystem=makefile override_dh_auto_install: dh_auto_install