mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Fix CI
This commit is contained in:
parent
5e0aeec310
commit
c7b58683ae
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.21.x
|
||||
- name: Cache build
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/go-build
|
||||
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.21.x
|
||||
- name: Cache build
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/go-build
|
||||
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-build
|
||||
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.21.x
|
||||
- name: Cache build
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.21.x
|
||||
- name: Cache build
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/go-build
|
||||
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue