diff --git a/examples.md b/examples.md index d91f0d2..1793f20 100644 --- a/examples.md +++ b/examples.md @@ -116,7 +116,9 @@ steps: ```yaml - uses: actions/cache@v2 with: - path: ~/go/pkg/mod + path: | + ~/.cache/go-build + ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go-