From 5a9bf369f8169d82bb661574fac0c5562c0ab8e7 Mon Sep 17 00:00:00 2001 From: Pascal Dennerly Date: Fri, 4 Jun 2021 22:21:36 +0100 Subject: [PATCH] Update goreleaser - This could hopefully fix release issues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b18f561..119c0d4 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ test-deps: ./bin/godog ./bin/tparse ./bin/golangci-lint ## ci target - install t mkdir ./tmp ./bin/goreleaser: ./bin ./tmp - $(CURL_BIN) --fail -L -o ./tmp/goreleaser.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v0.117.2/goreleaser_Linux_x86_64.tar.gz + $(CURL_BIN) --fail -L -o ./tmp/goreleaser.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v0.168.2/goreleaser_Linux_x86_64.tar.gz gunzip -f ./tmp/goreleaser.tar.gz tar -C ./bin -xvf ./tmp/goreleaser.tar