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 af7e3a8 commit fbbb7d2Copy full SHA for fbbb7d2
.github/workflows/go.yml
@@ -36,8 +36,8 @@ jobs:
36
id: go-cache
37
with:
38
path: |
39
- $GOMODCACHE
40
- $GOCACHE
+ ~/.cache/go-build
+ ~/go/pkg/mod
41
key: setup-go-${{ runner.os }}-${{ env.ARCH }}-${{ env.IMAGE_OS }}-go-${{ steps.setup-go.outputs.go-version }}-${{ hashFiles('**/go.sum') }}
42
restore-keys: |
43
setup-go-${{ runner.os }}-${{ env.ARCH }}-${{ env.IMAGE_OS }}-go-${{ steps.setup-go.outputs.go-version }}-
0 commit comments