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 92202e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
restore-keys: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

- name: Initialize Project
run: make init
Expand Down

0 comments on commit 92202e9

Please sign in to comment.