We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6703487 + 8b1b82f commit e8346aaCopy full SHA for e8346aa
2 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
30
- name: Set up Go ${{ matrix.go-version }}
31
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
32
with:
33
go-version: ${{ matrix.go-version }}
34
cache: true
@@ -67,7 +67,7 @@ jobs:
67
68
69
- name: Set up Go
70
71
72
go-version: "1.25"
73
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
22
23
24
25
26
0 commit comments