From 10b5ddb846262eff917f4b5a00f58d3351118d84 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Wed, 19 Jan 2022 10:30:53 -0700 Subject: [PATCH] fix: do not save cache on i386 builds (#10464) --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fe4939a1..7952b27d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -182,15 +182,6 @@ jobs: - run: 'GOARCH=386 make check' - test-go: arch: "386" - - save_cache: - name: 'go module cache' - key: go-mod-v1-{{ checksum "go.sum" }} - paths: - - '/go/pkg/mod' - - persist_to_workspace: - root: '/go' - paths: - - '*' test-go-mac: executor: mac steps: