Skip to content

Commit d010e9e

Browse files
committed
chore: Enable go cache
1 parent a57725e commit d010e9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ runs:
77
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2
88
with:
99
experimental: true
10+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
11+
with:
12+
path: |
13+
~/.cache/go-build
14+
~/go/pkg/mod
15+
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
16+
restore-keys: |
17+
${{ runner.os }}-go-

0 commit comments

Comments
 (0)