Skip to content

Commit

Permalink
ci: remove obsolete protocol/cache-go-action (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Sep 5, 2023
1 parent 1356946 commit 574df96
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 @@ -30,10 +30,6 @@ jobs:
path: kubo
- 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 574df96

Please sign in to comment.