diff options
Diffstat (limited to '.github/workflows/go.yml')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8c43441..c46b343 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: with: path: | ~/.linuxbrew/Cellar - key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('Brewfile.lock.json') }} + key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('go.sum') }} restore-keys: | ${{ runner.os }}-homebrew-cellar- |
