change cache key temporarily
This commit is contained in:
parent
08ed18b15d
commit
84c4894bf7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -293,7 +293,7 @@ jobs:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
~/go/pkg/mod
|
||||
key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }}
|
||||
key: ${{ runner.os }}-golang-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-golang-
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user