mirror of https://github.com/statping/statping
improved GH actions
parent
42e62a145a
commit
934eeb4bd5
|
@ -46,9 +46,9 @@ jobs:
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
id: golangcache
|
id: golangcache
|
||||||
with:
|
with:
|
||||||
path:
|
path: |
|
||||||
- ~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
- ~/go/bin
|
~/go/bin
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
|
@ -87,9 +87,9 @@ jobs:
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
id: golangcache
|
id: golangcache
|
||||||
with:
|
with:
|
||||||
path:
|
path: |
|
||||||
- ~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
- ~/go/bin
|
~/go/bin
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
|
@ -161,9 +161,9 @@ jobs:
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
id: golangcache
|
id: golangcache
|
||||||
with:
|
with:
|
||||||
path:
|
path: |
|
||||||
- ~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
- ~/go/bin
|
~/go/bin
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
|
|
Loading…
Reference in New Issue