Skip to content

Commit 989e333

Browse files
remove actions/cache and disable setup-go cache in release workflow
1 parent 05ea6e3 commit 989e333

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,7 @@ jobs:
3030
uses: actions/setup-go@v5
3131
with:
3232
go-version: '1.23'
33-
34-
- uses: actions/cache@v4
35-
with:
36-
path: |
37-
~/.cache/go-build
38-
~/go/pkg/mod
39-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
40-
restore-keys: |
41-
${{ runner.os }}-go-
33+
cache: false
4234

4335
- name: Install Quill
4436
run: |

0 commit comments

Comments
 (0)