From ab0ab77267c8e91fbf01adb67b982d7fd8792b12 Mon Sep 17 00:00:00 2001 From: Chris Fordham Date: Tue, 10 Apr 2018 12:17:45 +1000 Subject: [PATCH] Install deps with go get. --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3343de..cedd217 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,9 @@ jobs: working_directory: /go/src/github.com/flaccid/sitemap-crawler steps: - checkout + - run: + name: Install dependencies + command: go get ./... - run: name: Build linux static binaries command: |