Skip to content

Commit bcf8a45

Browse files
committed
fix: circle build release deps
1 parent 964175f commit bcf8a45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ jobs:
1212
release:
1313
docker:
1414
- image: circleci/golang:1.12
15+
working_directory: /go/src/github.com/uw-labs/strongbox
1516
steps:
1617
- checkout
18+
- run: go get
1719
- run: curl -sL https://git.io/goreleaser | bash
1820
workflows:
1921
version: 2

0 commit comments

Comments
 (0)