Skip to content

Commit 15b0d54

Browse files
committed
ci: fix go 1.25 version
1 parent 0a5cc10 commit 15b0d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go: ["1.25", "1.26"]
17+
go: ["1.25.8", "1.26"]
1818
steps:
1919
- uses: actions/checkout@v6
2020
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)