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: |
|
||||
~/go/pkg/mod
|
||||
~/.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: |
|
||||
${{ runner.os }}-go-modules-
|
||||
${{ runner.os }}-go-cache-
|
||||
|
||||
- name: Verify module hygiene
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user