We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57680bd + d4e5e16 commit 6ee5aedCopy full SHA for 6ee5aed
2 files changed
.github/workflows/goreleaser.yml
@@ -25,7 +25,7 @@ jobs:
25
go-version: "1.25"
26
27
- name: cache go modules
28
- uses: actions/cache@v4
+ uses: actions/cache@v5
29
with:
30
path: ~/go/pkg/mod
31
key: "${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}"
.github/workflows/unit-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
0 commit comments