Skip to content

Commit

Permalink
test gomod init
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Apr 1, 2024
1 parent c1dd8b3 commit 15f9fde
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,23 @@ jobs:
- ".devnet-plasma/allocs-l1.json"
- ".devnet-plasma/addresses.json"
- "packages/contracts-bedrock/deploy-config/devnetL1.json"
- "packages/contracts-bedrock/deployments/devnetL1"
- "packages/contracts-bedrock/deployments/devnetL1"

go-mod-download:
docker:
# TODO(pcw109550) temp hardcode. must update. this depends with rvsol/lib/optimism submodule version
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.43.0
parameters:
file:
default: go.sum
description: The file name of checksum for restore_cache and save_cache.
type: string
key:
default: gomod
description: The key of restore_cache and save_cache.
type: string
steps:
- checkout
- restore_cache:
key: << parameters.key >>-{{ checksum "<< parameters.file >>" }}
name: Restore Go modules cache

0 comments on commit 15f9fde

Please sign in to comment.