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
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
~/go/bin
|
||||
/root/go/pkg/mod
|
||||
/root/go/bin
|
||||
/root/.cache/go-build
|
||||
key: go-mod-{{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
go-mod-
|
||||
|
||||
Reference in New Issue
Block a user