From a814bc6a631b59e40ee54f6a5f59ba421111a4ae Mon Sep 17 00:00:00 2001 From: Nick Irvine Date: Thu, 5 Sep 2019 13:28:04 -0700 Subject: [PATCH] install github-release without updating go.mod --- Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.tools b/Makefile.tools index 3598a283..c4cdd1d7 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -24,7 +24,7 @@ sha256sum-darwin: brew install coreutils && ln -s $$(which gsha256sum) /usr/local/bin/sha256sum` github-release: - go get -u github.com/aktau/github-release + GO111MODULE=off go get -u github.com/aktau/github-release package_cloud: gem install package_cloud