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 0ba8ea4 + 47e3b1f commit c1ca4a4Copy full SHA for c1ca4a4
.github/workflows/assets.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 1
20
21
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
22
23
go-version-file: go.mod
24
.github/workflows/tests.yml
@@ -19,8 +19,8 @@ jobs:
strategy:
matrix:
go-version:
- - "1.23"
- "1.24"
+ - "1.25"
os:
25
- macos
26
- ubuntu
@@ -35,7 +35,7 @@ jobs:
35
36
fetch-depth: 0
37
38
39
40
go-version: ${{ matrix.go-version }}
41
0 commit comments