We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 703b1cb + 414b7cf commit ef1e1feCopy full SHA for ef1e1fe
.github/workflows/build-image.yaml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/setup-buildx-action@v3
30
31
- name: Cache Docker layers
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
with:
34
path: go-build-cache
35
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
.github/workflows/test-server.yaml
@@ -39,7 +39,7 @@ jobs:
39
cache: true
40
41
- name: Cache Go modules
42
43
44
path: |
45
~/.cache/go-build
0 commit comments