Skip to content

Commit 8c644b0

Browse files
committed
ci: Stop using cache action and let the setup-go action handle it
1 parent 5bd94f1 commit 8c644b0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ jobs:
6161
uses: actions/setup-go@v5
6262
with:
6363
go-version: 1.19
64-
- uses: actions/cache@v4
65-
with:
66-
path: |
67-
~/go/pkg/mod
68-
~/.cache/go-build
69-
key: ${{ runner.os }}-${{ matrix.pythonStandaloneVersion }}-${{ matrix.pythonVersion }}-build-tag-${{ hashFiles('**/go.sum') }}
70-
restore-keys: |
71-
${{ runner.os }}-${{ matrix.pythonStandaloneVersion }}-${{ matrix.pythonVersion }}-build-tag-
7264
- name: build-tag
7365
run: |
7466
git config --global user.email "[email protected]"
@@ -105,14 +97,6 @@ jobs:
10597
uses: actions/setup-go@v5
10698
with:
10799
go-version: 1.19
108-
- uses: actions/cache@v4
109-
with:
110-
path: |
111-
~/go/pkg/mod
112-
~/.cache/go-build
113-
key: ${{ runner.os }}-${{ matrix.pythonStandaloneVersion }}-${{ matrix.pythonVersion }}-tests-${{ hashFiles('**/go.sum') }}
114-
restore-keys: |
115-
${{ runner.os }}-${{ matrix.pythonStandaloneVersion }}-${{ matrix.pythonVersion }}-tests-
116100
- uses: actions/download-artifact@v4
117101
with:
118102
name: workdir-${{ matrix.pythonStandaloneVersion }} ${{ matrix.pythonVersion }}

0 commit comments

Comments
 (0)