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: