diff --git a/.circleci/config.yml b/.circleci/config.yml index 172cdf7..cc4b5d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,9 @@ jobs: working_directory: /go/src/github.com/bgetsug/tt steps: - checkout + - run: + name: Dep + command: dep ensure - run: name: GoReleaser command: curl -sL https://git.io/goreleaser | bash \ No newline at end of file