change cache key temporarily

This commit is contained in:
HiteshRepo 2024-01-28 10:56:52 +05:30
parent 08ed18b15d
commit 84c4894bf7

View File

@ -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-