Skip to content

Commit 4343377

Browse files
committed
Add Go 1.23 and 1.24 to the CI matrix
1 parent 90b449c commit 4343377

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- '1.20'
1717
- '1.21'
1818
- '1.22'
19+
- '1.23'
20+
- '1.24'
1921
name: Go ${{ matrix.go }} test
2022
steps:
2123
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)