From 3b5a6f64045a9cf97091a46731bb540caa60c8b2 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 22 Dec 2024 13:56:00 -0500 Subject: fix hashing? Signed-off-by: Xe Iaso --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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- -- cgit v1.2.3