Skip to content

Commit

Permalink
fix: debian build gopath error
Browse files Browse the repository at this point in the history
解决GO111MODULE=off在部分环境下不生效导致的gopath错误

log:
  • Loading branch information
hudeng-go authored Jan 8, 2025
1 parent 2620c0f commit c3806fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3806fa

Please sign in to comment.