Skip to content

Commit 574df96

Browse files
authored
ci: remove obsolete protocol/cache-go-action (#460)
1 parent 1356946 commit 574df96

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gateway-sharness.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
shell: bash
1717
steps:
1818
- name: Setup Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v4
2020
with:
2121
go-version: 1.19.1
2222
- name: Checkout boxo
@@ -30,10 +30,6 @@ jobs:
3030
path: kubo
3131
- name: Install Missing Tools
3232
run: sudo apt install -y socat net-tools fish libxml2-utils
33-
- name: Restore Go Cache
34-
uses: protocol/cache-go-action@v1
35-
with:
36-
name: ${{ github.job }}
3733
- name: Replace boxo in Kubo go.mod
3834
run: |
3935
go mod edit -replace=github.com/ipfs/boxo=../boxo

0 commit comments

Comments
 (0)