This commit is contained in:
Jesse Duffield 2025-11-14 21:03:38 +11:00
parent 5e0aeec310
commit c7b58683ae

View file

@ -29,7 +29,7 @@ jobs:
with: with:
go-version: 1.21.x go-version: 1.21.x
- name: Cache build - name: Cache build
uses: actions/cache@v1 uses: actions/cache@v4
with: with:
path: ~/.cache/go-build path: ~/.cache/go-build
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test
@ -51,7 +51,7 @@ jobs:
with: with:
go-version: 1.21.x go-version: 1.21.x
- name: Cache build - name: Cache build
uses: actions/cache@v1 uses: actions/cache@v4
with: with:
path: ~/.cache/go-build path: ~/.cache/go-build
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-build key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-build
@ -79,7 +79,7 @@ jobs:
with: with:
go-version: 1.21.x go-version: 1.21.x
- name: Cache build - name: Cache build
uses: actions/cache@v1 uses: actions/cache@v4
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build
@ -106,7 +106,7 @@ jobs:
with: with:
go-version: 1.21.x go-version: 1.21.x
- name: Cache build - name: Cache build
uses: actions/cache@v1 uses: actions/cache@v4
with: with:
path: ~/.cache/go-build path: ~/.cache/go-build
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test