diff --git a/.circleci/config.yml b/.circleci/config.yml index e8e6beaccc..f54d115062 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -291,14 +291,14 @@ jobs: - restore_cache: name: Restore GOPATH/pkg/mod keys: - - influxdb-gomod-{{ checksum "go.mod" }} + - influxdb-gomod-{{ checksum "go.sum" }} - influxdb-gomod- - run: name: Install Dependencies command: go mod download -x - save_cache: name: Save GOPATH/pkg/mod - key: influxdb-gomod-{{ checksum "go.mod" }} + key: influxdb-gomod-{{ checksum "go.sum" }} paths: - /go/pkg/mod