Skip to content

Commit

Permalink
ci(cache): added cache to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfssc committed Aug 15, 2024
1 parent ec7220b commit b0a0e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
Expand Down

0 comments on commit b0a0e05

Please sign in to comment.