Skip to content

Commit 8175ed5

Browse files
authored
Extend test coverage to include go 1.25 (#161)
1 parent 3d14c8f commit 8175ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.22', '1.21', '1.20' ]
15+
go: [ '1.25', '1.24', '1.23', '1.22', '1.21', '1.20' ]
1616
steps:
1717
- uses: actions/checkout@v5
1818

0 commit comments

Comments
 (0)