Skip to content

Commit cc7aa44

Browse files
committed
ci: cache go modules step not needed anymore
1 parent 8287f70 commit cc7aa44

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ jobs:
4040
uses: actions/setup-go@v4
4141
with:
4242
go-version: ${{ matrix.go }}
43-
-
44-
name: Cache Go modules
45-
uses: actions/cache@v3
46-
with:
47-
path: ~/go/pkg/mod
48-
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('**/go.sum') }}
49-
restore-keys: |
50-
${{ runner.os }}-go-${{ matrix.go }}-
5143
-
5244
name: Test
5345
run: |

0 commit comments

Comments
 (0)