Skip to content

Commit

Permalink
Fixing gorelesaer
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Oct 2, 2019
1 parent 2996eef commit cb865c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ references:
curl -fsSLo goreleaser.deb https://github.com/goreleaser/goreleaser/releases/download/v0.94.0/goreleaser_amd64.deb
echo "8dbad6683d6fc9367e637e6eed8e01a0d63c9660 goreleaser.deb" | sha1sum -c
sudo dpkg -i goreleaser.deb
rm goreleaser.deb
jobs:
test:
Expand Down

0 comments on commit cb865c2

Please sign in to comment.