Skip to content

Commit 102a8df

Browse files
committed
cache does not seem very useful
1 parent dd806fd commit 102a8df

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ jobs:
4444
with:
4545
go-version: '1.25.x'
4646

47-
- name: Cache Go modules
48-
uses: actions/cache@v4
49-
with:
50-
path: |
51-
~/go/pkg/mod
52-
~/.cache/go-build
53-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
54-
restore-keys: |
55-
${{ runner.os }}-go-
56-
5747
- name: Download dependencies
5848
run: go mod download
5949

0 commit comments

Comments
 (0)