This commit is contained in:
parent
cd209a3c74
commit
7fe24673ed
@ -31,6 +31,12 @@ jobs:
|
||||
|
||||
- name: Cache go
|
||||
uses: actions/cache@v3
|
||||
id: cache-go
|
||||
with:
|
||||
path: |
|
||||
/go_path
|
||||
/go_cache
|
||||
key: cache-go-${{ steps.hash-go.outputs.hash }}
|
||||
|
||||
- name: Go mod download
|
||||
run: go mod download
|
||||
|
Loading…
Reference in New Issue
Block a user