Skip to content

Commit 185228e

Browse files
committed
enable cache of actions/setup-go
1 parent 0161fde commit 185228e

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- uses: actions/setup-go@v3
7171
with:
7272
go-version: ${{ matrix.go }}
73+
cache: true
7374
- uses: shogo82148/actions-setup-mysql@v1
7475
with:
7576
mysql-version: ${{ matrix.mysql }}

go.sum

Whitespace-only changes.

0 commit comments

Comments
 (0)