Skip to content

Commit a84d755

Browse files
Update go.yml
1 parent 967ae8b commit a84d755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
id: go-cache
3737
with:
3838
path: |
39-
/home/runner/go/pkg/mod
40-
/home/runner/.cache/go-build
39+
~/.cache/go-build
40+
~/go/pkg/mod
4141
4242
key: setup-go-${{ runner.os }}-${{ env.ARCH }}-${{ env.IMAGE_OS }}-go-${{ steps.setup-go.outputs.go-version }}-${{ hashFiles('**/go.sum') }}
4343
restore-keys: |

0 commit comments

Comments
 (0)