Skip to content

Commit 0647b2e

Browse files
authored
Merge pull request #32 from lainio/new-test-matrix-gh-action
add latest golang versions to the matrix
2 parents d12b1d3 + 4f5079b commit 0647b2e

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
test:
1515
strategy:
1616
matrix:
17-
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
17+
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x, 1.25.x]
1818
os: [windows-latest, ubuntu-latest, macos-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)