Skip to content

Commit 9f28284

Browse files
committed
chore: use go module cachd
1 parent b9c4553 commit 9f28284

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-go@v6
1919
with:
2020
go-version-file: 'go.mod'
21+
cache: true
2122

2223
- name: Build
2324
run: go build ./...

0 commit comments

Comments
 (0)