Skip to content

Commit 56f2ecf

Browse files
committed
build(tests): set go matrix from 1.23 to 1.25
Fixes: #28
1 parent 6aba351 commit 56f2ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go-version: ["1.20", "1.21", "1.22"]
11+
go-version: ["1.23", "1.24", "1.25"]
1212

1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)