diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 14:40:03 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 14:40:03 -0500 |
| commit | 4224f3e264f8d68c987257241cbb81b71598b5d4 (patch) | |
| tree | dfe2cc0900c6ac02fc593950dda88ffa3179986c /.github/workflows/go.yml | |
| parent | 8b16fc365ec6d73618c45216fb9303089b32daf6 (diff) | |
| download | x-4224f3e264f8d68c987257241cbb81b71598b5d4.tar.xz x-4224f3e264f8d68c987257241cbb81b71598b5d4.zip | |
fix????
Signed-off-by: Xe Iaso <me@xeiaso.net>
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 2b01029..cb0e757 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: /home/linuxbrew/.linuxbrew/sbin /home/linuxbrew/.linuxbrew/share /home/linuxbrew/.linuxbrew/var - key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('go.sum') }} + key: ${{ runner.os }}-go-homebrew-cellar-${{ hashFiles('go.sum') }} restore-keys: | ${{ runner.os }}-go-homebrew-cellar- |
