Skip to content

Commit

Permalink
ci: remove obsolete protocol/cache-go-action
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Sep 5, 2023
1 parent 1f6a48c commit a9b0038
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-kubo-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test Kubo (e2e)
on:
workflow_dispatch:
push:
branches:
branches:
- main
pull_request:

Expand All @@ -19,7 +19,7 @@ jobs:
shell: bash
steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.20.4
- uses: actions/checkout@v3
Expand All @@ -29,7 +29,6 @@ jobs:
uses: ./gateway-conformance/.github/actions/extract-fixtures
with:
output: fixtures
- uses: protocol/cache-go-action@v1
- run: go install github.com/ipfs/kubo/cmd/ipfs@${{ matrix.target }}
shell: bash
env:
Expand Down

0 comments on commit a9b0038

Please sign in to comment.