diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b9032b..bcd1647 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,16 +15,6 @@ jobs: # See: https://circleci.com/docs/2.0/configuration-reference/#steps steps: - checkout - - restore_cache: - keys: - - go-mod-v4-{{ checksum "go.sum" }} - - run: - name: Install Dependencies - command: go mod download - - save_cache: - key: go-mod-v4-{{ checksum "go.sum" }} - paths: - - "/go/pkg/mod" - run: name: Run tests command: |