Skip to content

Commit fbbb7d2

Browse files
Update cache paths in GitHub Actions workflow
1 parent af7e3a8 commit fbbb7d2

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-
$GOMODCACHE
40-
$GOCACHE
39+
~/.cache/go-build
40+
~/go/pkg/mod
4141
key: setup-go-${{ runner.os }}-${{ env.ARCH }}-${{ env.IMAGE_OS }}-go-${{ steps.setup-go.outputs.go-version }}-${{ hashFiles('**/go.sum') }}
4242
restore-keys: |
4343
setup-go-${{ runner.os }}-${{ env.ARCH }}-${{ env.IMAGE_OS }}-go-${{ steps.setup-go.outputs.go-version }}-

0 commit comments

Comments
 (0)