From 220a7f4ea8938e9490badacc1e26b0690b1fb065 Mon Sep 17 00:00:00 2001 From: Josh Powers Date: Thu, 2 Jun 2022 12:54:31 -0600 Subject: [PATCH] go is already there?! --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3facdd9db8b36..c002345e59c89 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -212,7 +212,6 @@ jobs: - restore_cache: key: go-mod-v1-{{ checksum "go.sum" }} - check-changed-files-or-halt - - run: './scripts/installgo_linux.sh' - run: 'make deps' - run: 'make test-integration' test-go-mac: