Skip to content

Commit a1b7148

Browse files
committed
Revert "Add caching"
This reverts commit 2433ef3. Go already does this
1 parent 2433ef3 commit a1b7148

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Cache Go modules
14-
uses: actions/cache@v4
15-
with:
16-
path: |
17-
~/.cache/go-build
18-
~/go/pkg/mod
19-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
20-
restore-keys: |
21-
${{ runner.os }}-go-
2213
- name: Checkout code
2314
uses: actions/checkout@v5
2415

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Cache Go modules
13-
uses: actions/cache@v4
14-
with:
15-
path: |
16-
~/.cache/go-build
17-
~/go/pkg/mod
18-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
19-
restore-keys: |
20-
${{ runner.os }}-go-
2112
- name: Checkout code
2213
uses: actions/checkout@v5
2314

0 commit comments

Comments
 (0)