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 57429ff commit 8cbcbfaCopy full SHA for 8cbcbfa
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Unshallow
15
run: git fetch --prune --unshallow
16
- name: Set up Go
17
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
18
with:
19
go-version: 1.24
20
- name: Import GPG key
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@v4
43
44
45
46
47
48
0 commit comments