Skip to content

Commit 67cc7a5

Browse files
author
stein
committed
Install deps in release step
1 parent 4d7b31e commit 67cc7a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545

4646
steps:
4747
- checkout
48+
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
49+
- run: dep ensure
50+
- run: make
4851
- run: curl -sL https://git.io/goreleaser | bash
4952

5053
workflows:

0 commit comments

Comments
 (0)