File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/setup-go@v2
1616 with :
1717 go-version : 1.17
18+ - name : Cache Dependencies
19+ uses : actions/cache@v2
20+ with :
21+ path : ~/go/pkg/mod
22+ key : Linux-go-1.17-${{ hashFiles('**/go.sum') }}
23+ restore-keys : |
24+ Linux-go-1.17-
1825 - name : Generate docs
1926 run : make gen-docs > /dev/null
2027 - name : Check for uncommited files
Original file line number Diff line number Diff line change 1515 uses : actions/setup-go@v2
1616 with :
1717 go-version : 1.17
18+ - name : Cache Dependencies
19+ uses : actions/cache@v2
20+ with :
21+ path : ~/go/pkg/mod
22+ key : Linux-go-1.17-${{ hashFiles('**/go.sum') }}
23+ restore-keys : |
24+ Linux-go-1.17-
1825 - name : Intsall go-mock
1926 run : go install github.com/golang/mock/mockgen@latest
2027 - name : Generate mocks
You can’t perform that action at this time.
0 commit comments