Skip to content

Commit 8e5087d

Browse files
authored
remove manual cache step
setup-go@v4 has auto caching, no point in manually doing it.
1 parent 926ef8d commit 8e5087d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ jobs:
2727
with:
2828
go-version-file: go.mod
2929

30-
- name: Go mod cache
31-
uses: actions/cache@v3
32-
with:
33-
path: |
34-
~/.cache/go-build
35-
~/go/pkg/mod
36-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
37-
restore-keys: |
38-
${{ runner.os }}-go-
39-
4030
- name: Go vet
4131
run: go vet ./...
4232

0 commit comments

Comments
 (0)