Skip to content

Commit

Permalink
Fixed Windows Golang cache paths in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Mescalchin committed Sep 26, 2021
1 parent 6bbe742 commit 795a8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ steps:
- uses: actions/cache@v2
with:
path: |
%LocalAppData%\go-build
~/go/pkg/mod
~\AppData\Local\go-build
~\go\pkg\mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
Expand Down

0 comments on commit 795a8f0

Please sign in to comment.