We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad12378 commit ae91975Copy full SHA for ae91975
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
fetch-depth: 1
31
- name: Install Go
32
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
33
34
go-version: ${{ matrix.go-version.version }}
35
- name: Cache
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
go-version: 1.25.x
20
- name: Release
0 commit comments