Skip to content

Commit 189af48

Browse files
committed
Adding the missing ghr dep
1 parent f53bbe9 commit 189af48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
command: |
2929
go mod download
3030
GO111MODULE=off go get -u github.com/kevinburke/go-bindata/...
31+
GO111MODULE=off go get -u github.com/tcnksm/ghr
3132
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /go/bin/cc-test-reporter
3233
chmod +x /go/bin/cc-test-reporter
3334
- persist_to_workspace: *workspace-persist

0 commit comments

Comments
 (0)