diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 13:58:16 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 13:58:16 -0500 |
| commit | 3116854cb53592c352bf371fd7f39069dd82f8ec (patch) | |
| tree | e7dc79b2de0353a0441738b3b7db3b0cc121a5b1 /.github/workflows | |
| parent | de5aec8b93ff1c5d58af6ff958adcd28c55fc6f0 (diff) | |
| download | x-3116854cb53592c352bf371fd7f39069dd82f8ec.tar.xz x-3116854cb53592c352bf371fd7f39069dd82f8ec.zip | |
.github/workflows/go: speed up builds?
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e7e4368..6ca04a8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,15 +26,7 @@ jobs: with: path: | /home/linuxbrew/.linuxbrew/Cellar - /home/linuxbrew/.linuxbrew/bin - /home/linuxbrew/.linuxbrew/etc - /home/linuxbrew/.linuxbrew/include - /home/linuxbrew/.linuxbrew/lib - /home/linuxbrew/.linuxbrew/opt - /home/linuxbrew/.linuxbrew/sbin - /home/linuxbrew/.linuxbrew/share - /home/linuxbrew/.linuxbrew/var - key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('Brewfile.lock.json') }} + key: ${{ runner.os }}-homebrew-cellar-${{ hashFiles('go.sum') }} restore-keys: | ${{ runner.os }}-homebrew-cellar- |
