We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967ae8b commit a84d755Copy full SHA for a84d755
.github/workflows/go.yml
@@ -36,8 +36,8 @@ jobs:
36
id: go-cache
37
with:
38
path: |
39
- /home/runner/go/pkg/mod
40
- /home/runner/.cache/go-build
+ ~/.cache/go-build
+ ~/go/pkg/mod
41
42
key: setup-go-${{ runner.os }}-${{ env.ARCH }}-${{ env.IMAGE_OS }}-go-${{ steps.setup-go.outputs.go-version }}-${{ hashFiles('**/go.sum') }}
43
restore-keys: |
0 commit comments