chore(ci): include go bin directory in cache for cli tools
Some checks failed
Push Validation / validate (push) Failing after 10s
Some checks failed
Push Validation / validate (push) Failing after 10s
This commit is contained in:
@@ -41,9 +41,10 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.mod', '**/go.sum') }}
|
~/go/bin
|
||||||
|
key: ${{ runner.os }}-go-cache-${{ hashFiles('**/go.mod', '**/go.sum') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-modules-
|
${{ runner.os }}-go-cache-
|
||||||
|
|
||||||
- name: Verify module hygiene
|
- name: Verify module hygiene
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -41,9 +41,10 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.mod', '**/go.sum') }}
|
~/go/bin
|
||||||
|
key: ${{ runner.os }}-go-cache-${{ hashFiles('**/go.mod', '**/go.sum') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-modules-
|
${{ runner.os }}-go-cache-
|
||||||
|
|
||||||
- name: Verify module hygiene
|
- name: Verify module hygiene
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user