Skip to content

Commit 6cd72c4

Browse files
authored
Merge pull request #10 from tucksaun/go-123-124
Add Go 1.23 and 1.24 to the CI matrix
2 parents 9bd296d + 07d595a commit 6cd72c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)