Commit 04b6c776 authored by protolambda's avatar protolambda Committed by GitHub

ci: op-program-compat docker image and go cache usage

parent aad6c7d9
...@@ -1256,9 +1256,14 @@ jobs: ...@@ -1256,9 +1256,14 @@ jobs:
op-program-compat: op-program-compat:
docker: docker:
- image: cimg/go:1.21 - image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
steps: steps:
- checkout - checkout
- restore_cache:
name: Restore Go modules cache
key: gomod-{{ checksum "go.sum" }}
- restore_cache:
key: golang-build-cache
- run: - run:
name: compat-goerli name: compat-goerli
command: | command: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment