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 9246f16 + 269cf98 commit bd4795eCopy full SHA for bd4795e
.github/workflows/release.yaml
@@ -42,7 +42,7 @@ jobs:
42
fi
43
echo "version=${VERSION}" >> $GITHUB_OUTPUT
44
- name: Setup Go
45
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
+ uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
46
with:
47
go-version: 1.23
48
cache-dependency-path: |
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
restore-keys: |
28
${{ runner.os }}-buildx-ghcache-
29
30
31
32
33
0 commit comments