Skip to content

Commit

Permalink
debug: GOMODCACHE
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 21, 2025
1 parent 09234cc commit 819de0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ jobs:
name: Tidy modules
command: make mod-tidy && git diff --exit-code
working_directory: rvsol/lib/optimism
- run:
name: Sanity check go mod cache path
command: test "$(go env GOMODCACHE)" == "/go/pkg/mod" # yes, it's an odd path
working_directory: rvsol/lib/optimism
- run:
name: run Go linter
command: |
Expand Down

0 comments on commit 819de0b

Please sign in to comment.