Skip to content

Commit 00afab8

Browse files
committed
ci: add go1.25 to tests matrix
1 parent be64383 commit 00afab8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
go:
3939
- "1.23.x"
4040
- "1.24.x"
41+
- "1.25.x"
4142
os:
4243
- ubuntu-latest
4344
- macos-latest
@@ -55,4 +56,4 @@ jobs:
5556
with:
5657
files: coverage.txt
5758
flags: unittests
58-
token: ${{ secrets.CODECOV_TOKEN }}
59+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)