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.
1 parent 4e13f22 commit e05e863Copy full SHA for e05e863
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
echo "GOMODCACHE=$(go env GOMODCACHE)" >> ${{ runner.os == 'Windows' && '$env:' || '$' }}GITHUB_OUTPUT
38
39
- name: Go Build Cache
40
- uses: actions/cache@v3
+ uses: actions/cache@v4
41
with:
42
path: ${{ steps.go-cache-paths.outputs.GOCACHE }}
43
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.**', '**.go') }}
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments