Skip to content

Commit f248e2b

Browse files
authored
Remove duplicate module cache from CI (#162)
1 parent 8175ed5 commit f248e2b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ jobs:
2424
with:
2525
go-version: ${{ matrix.go }}
2626

27-
- name: Setup go module cache
28-
uses: actions/cache@v4
29-
with:
30-
path: |
31-
~/.cache/go-build
32-
~/go/pkg/mod
33-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
34-
restore-keys: |
35-
${{ runner.os }}-go-
36-
3727
- name: Lint
3828
run: diff -u <(echo -n) <(task lint)
3929

0 commit comments

Comments
 (0)