From 0875b9bb45b2913385d66ec213ec98f04882babd Mon Sep 17 00:00:00 2001 From: pcw109550 Date: Mon, 1 Apr 2024 13:39:07 -0600 Subject: [PATCH] test go mod cache --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 471f252c..8ad6f1d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ jobs: - checkout - run: name: "Fetch submodules for asterisc" - # TODO(pcw109550) Do not recursive update. do we need this??? + # TODO(pcw109550) Do not recursive update. do we need this? command: git submodule update --init - run: name: "Check L1 geth version"