Skip to content
Snippets Groups Projects
Commit 69a301dd authored by ale's avatar ale
Browse files

Try to force GO111MODULE to off to use included vendored deps

parent fed88768
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
export DH_GOLANG_EXCLUDES := vendor
export GO111MODULE := off
%:
dh $@ --with=golang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment