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 5fd045b + 0e9f42f commit 4166fb2Copy full SHA for 4166fb2
.github/workflows/release.yml
@@ -134,7 +134,7 @@ jobs:
134
go-version: '1.23'
135
136
- name: Cache Go modules
137
- uses: actions/cache@v3
+ uses: actions/cache@v4
138
with:
139
path: ~/go/pkg/mod
140
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments