Skip to content

Commit

Permalink
Merge pull request #19 from ipfs/clean-cache
Browse files Browse the repository at this point in the history
ci: remove obsolete protocol/cache-go-action
  • Loading branch information
galargh authored Sep 5, 2023
2 parents 70c9047 + 17e2f74 commit 08a7354
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gateway-sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
shell: bash
steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19.1
- name: Checkout boxo
Expand All @@ -31,10 +31,6 @@ jobs:
ref: 51570ebbb5dfa423e03d2d329de0252b924ad30d
- name: Install Missing Tools
run: sudo apt install -y socat net-tools fish libxml2-utils
- name: Restore Go Cache
uses: protocol/cache-go-action@v1
with:
name: ${{ github.job }}
- name: Replace boxo in Kubo go.mod
run: |
go mod edit -replace=github.com/ipfs/boxo=../boxo
Expand Down

0 comments on commit 08a7354

Please sign in to comment.