Skip to content

Commit

Permalink
chore(fix): change cache key in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Nov 15, 2024
1 parent 93efc29 commit 70cf85d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
key: |
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
- name: Initialize Project
run: make init
Expand Down

0 comments on commit 70cf85d

Please sign in to comment.