Skip to content

Commit

Permalink
Github Actions cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
joliver committed Jan 6, 2025
1 parent b4afbea commit dcb370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit dcb370b

Please sign in to comment.