There was an error while loading. Please reload this page.
1 parent cb5c86f commit 1333176Copy full SHA for 1333176
1 file changed
.github/workflows/unit-test.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Lint code
20
uses: golangci/golangci-lint-action@v9
21
- name: Cache Go modules
22
- uses: actions/cache@v5
+ uses: actions/cache@v6
23
with:
24
path: ~/go/pkg/mod
25
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments