From 4bce5c2c5f40032d9098759f790597e0123144c3 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Fri, 3 May 2019 18:23:18 +0100 Subject: [PATCH] Build tools, set custom gopath --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8deaf9706ced..9a750d7e51bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,11 +57,12 @@ jobs: name: binaries command: | make go-mod-cache + make tools make install - save_cache: key: go-mod-v1-{{ checksum "go.sum" }} paths: - - "/go/pkg/mod" + - "/tmp/workspace/pkg/mod" - persist_to_workspace: root: /tmp/workspace paths: