update cache key for retention
This commit is contained in:
parent
9c0d8fc46c
commit
fb2977a335
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -226,9 +226,9 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-golang-${{ github.sha }}
|
key: ${{ runner.os }}-golang-retention-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-golang-
|
${{ runner.os }}-golang-retention-
|
||||||
|
|
||||||
- run: mkdir -p /tmp/corso-testlog
|
- run: mkdir -p /tmp/corso-testlog
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user