Skip to content

Commit db2f860

Browse files
committed
Remove CI caching
Github actions is terrible.
1 parent 96711d3 commit db2f860

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v1
9-
- uses: actions/cache@v1
10-
with:
11-
path: ~/go/pkg/mod
12-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
13-
restore-keys: |
14-
${{ runner.os }}-go-
159
- name: make fmt
1610
uses: ./ci/image
1711
with:
@@ -21,12 +15,6 @@ jobs:
2115
runs-on: ubuntu-latest
2216
steps:
2317
- uses: actions/checkout@v1
24-
- uses: actions/cache@v1
25-
with:
26-
path: ~/go/pkg/mod
27-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
28-
restore-keys: |
29-
${{ runner.os }}-go-
3018
- name: make lint
3119
uses: ./ci/image
3220
with:
@@ -36,12 +24,6 @@ jobs:
3624
runs-on: ubuntu-latest
3725
steps:
3826
- uses: actions/checkout@v1
39-
- uses: actions/cache@v1
40-
with:
41-
path: ~/go/pkg/mod
42-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
43-
restore-keys: |
44-
${{ runner.os }}-go-
4527
- name: make test
4628
uses: ./ci/image
4729
with:

0 commit comments

Comments
 (0)