From eda58d8c0a5afcea81f2ed6521c934ec402edd72 Mon Sep 17 00:00:00 2001 From: Pete Schwamb Date: Mon, 9 Jan 2017 09:35:33 -0600 Subject: [PATCH] go get cannot use the 0.4.0 tag of ghr, so I made a fork that is pinned to 0.4.0 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7e55920..62bc343 100644 --- a/circle.yml +++ b/circle.yml @@ -1,7 +1,7 @@ machine: pre: - sudo apt-get install -y sdcc - - go get github.com/tcnksm/ghr@0.4.0 + - go get github.com/ps2/ghr test: override: - ./build-all.sh