Skip to content

Commit 2e7c3c9

Browse files
author
Shuo
authored
A: cache
1 parent bf66843 commit 2e7c3c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v2
2121

22+
- uses: actions/cache@v2
23+
2224
- name: Get dependencies
2325
run: go get -v -t -d ./...
2426

0 commit comments

Comments
 (0)