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 8c6aceb + b7bf090 commit af02970Copy full SHA for af02970
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Set up Go
18
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
19
with:
20
go-version: '1.25'
21
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
22
23
24
25
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments