Merge be79485b32 into 59cf3052b1
This commit is contained in:
commit
471fec5f61
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
go-version: ${{ matrix.go-version }}
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/cache@v3.0.10
|
||||
- uses: actions/cache@v3.2.6
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue