Skip to content

Commit 819de0b

Browse files
debug: GOMODCACHE
1 parent 09234cc commit 819de0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ jobs:
178178
name: Tidy modules
179179
command: make mod-tidy && git diff --exit-code
180180
working_directory: rvsol/lib/optimism
181-
- run:
182-
name: Sanity check go mod cache path
183-
command: test "$(go env GOMODCACHE)" == "/go/pkg/mod" # yes, it's an odd path
184-
working_directory: rvsol/lib/optimism
185181
- run:
186182
name: run Go linter
187183
command: |

0 commit comments

Comments
 (0)