We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979854a commit 0750bb9Copy full SHA for 0750bb9
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v6
14
15
- name: Set up Go
16
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
17
with:
18
go-version: '1.25.5'
19
cache-dependency-path: go.sum
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments