Update cache paths
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run
This commit is contained in:
@@ -27,8 +27,9 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/go/pkg/mod
|
/root/go/pkg/mod
|
||||||
~/go/bin
|
/root/go/bin
|
||||||
|
/root/.cache/go-build
|
||||||
key: go-mod-{{ hashFiles('**/go.sum') }}
|
key: go-mod-{{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
go-mod-
|
go-mod-
|
||||||
|
|||||||
Reference in New Issue
Block a user