The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix hashing?

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 3b5a6f64 ebe73225

+1 -1
+1 -1
.github/workflows/go.yml
··· 26 26 with: 27 27 path: | 28 28 ~/.linuxbrew/Cellar 29 - key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('Brewfile.lock.json') }} 29 + key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('go.sum') }} 30 30 restore-keys: | 31 31 ${{ runner.os }}-homebrew-cellar- 32 32