diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 13:56:00 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 13:56:00 -0500 |
| commit | 3b5a6f64045a9cf97091a46731bb540caa60c8b2 (patch) | |
| tree | db4dcaffb9c877c50128e3a211b58c4e820a7caa /.github | |
| parent | ebe73225cb128e4cb065f111ae3e22aca46ebdb0 (diff) | |
| download | xesite-3b5a6f64045a9cf97091a46731bb540caa60c8b2.tar.xz xesite-3b5a6f64045a9cf97091a46731bb540caa60c8b2.zip | |
fix hashing?
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
| -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- |
