ci: remove obsolete protocol/cache-go-action (#10114)
Piotr Galar committed
Sep 5, 2023 at 09:30 UTC
3e5e91dbbe6edf31388d893bb60b838a0d974ca3
5 files changed
-20
.github/workflows/build.yml
-6
@@ -40,9 +40,6 @@ jobs:
40
with:
41
go-version: ${{ env.GO_VERSION }}
42
- uses: actions/checkout@v4
43
- - uses: protocol/cache-go-action@v1
44
- with:
45
- name: ${{ github.job }}
43
- run: make build
44
- uses: actions/upload-artifact@v3
45
with:
@@ -136,9 +133,6 @@ jobs:
133
sleep 1
134
done
135
timeout-minutes: 5
139
- - uses: protocol/cache-go-action@v1
140
- with:
141
- name: ${{ github.job }}
136
- run: go test -count=1 -v ./...
137
working-directory: go-ipfs-api
138
- run: cmd/ipfs/ipfs shutdown
.github/workflows/gobuild.yml
-3
@@ -32,9 +32,6 @@ jobs:
32
with:
33
go-version: 1.20.x
34
- uses: actions/checkout@v4
35
- - uses: protocol/cache-go-action@v1
36
- with:
37
- name: ${{ github.job }}
35
- run: make cmd/ipfs-try-build
36
env:
37
TEST_FUSE: 1
.github/workflows/golint.yml
-3
@@ -33,7 +33,4 @@ jobs:
33
with:
34
go-version: 1.20.x
35
- uses: actions/checkout@v4
36
- - uses: protocol/cache-go-action@v1
37
- with:
38
- name: ${{ github.job }}
36
- run: make -O test_go_lint
.github/workflows/gotest.yml
-4
@@ -37,10 +37,6 @@ jobs:
37
uses: actions/checkout@v4
38
- name: Install missing tools
39
run: sudo apt update && sudo apt install -y zsh
40
- - name: Restore Go cache
41
- uses: protocol/cache-go-action@v1
42
- with:
43
- name: ${{ github.job }}
40
- name: 👉️ If this step failed, go to «Summary» (top left) → inspect the «Failures/Errors» table
41
env:
42
# increasing parallelism beyond 2 doesn't speed up the tests much
.github/workflows/sharness.yml
-4
@@ -32,10 +32,6 @@ jobs:
32
path: kubo
33
- name: Install missing tools
34
run: sudo apt update && sudo apt install -y socat net-tools fish libxml2-utils
35
- - name: Restore Go Cache
36
- uses: protocol/cache-go-action@v1
37
- with:
38
- name: ${{ github.job }}
35
- uses: actions/cache@v3
36
with:
37
path: test/sharness/lib/dependencies