Skip to content

Commit

Permalink
Remove not needed anymore cache since latest releases of the go actio…
Browse files Browse the repository at this point in the history
…n already perform module caching
  • Loading branch information
slopezz committed Dec 12, 2024
1 parent 9ee89ef commit 09edae2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
with:
go-version: "1.20"

- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-

- uses: actions/cache@v4
with:
path: ./testbin
key: ${{ runner.os }}-testbin

- uses: actions/cache@v4
with:
path: ./bin
Expand Down

0 comments on commit 09edae2

Please sign in to comment.