diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f38a5d..8edaa05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,14 +9,14 @@ jobs: - checkout: path: ~/offen - restore_cache: - key: v1-dependencies-{{ checksum "go.mod" }} + key: offen-server-{{ checksum "go.mod" }} - run: name: Download modules command: go mod download - save_cache: paths: - /go/pkg/mod - key: v1-dependencies-{{ checksum "go.mod" }} + key: offen-server-{{ checksum "go.mod" }} - run: name: Run tests command: make test