From bf2b97535973c6543f6d12ae4248dc5d581ce7a2 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 26 Oct 2020 19:06:26 +0000 Subject: [PATCH] build: update nfpm and github-release install method to go modules --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9cb5bd71..49a11c612 100644 --- a/Makefile +++ b/Makefile @@ -93,8 +93,8 @@ build_dep: # Get the release dependencies we only install on linux release_dep_linux: - go run bin/get-github-release.go -extract nfpm goreleaser/nfpm 'nfpm_.*_Linux_x86_64.tar.gz' - go run bin/get-github-release.go -extract github-release aktau/github-release 'linux-amd64-github-release.tar.bz2' + cd /tmp && go get github.com/goreleaser/nfpm + cd /tmp && go get github.com/github-release/github-release # Get the release dependencies we only install on Windows release_dep_windows: