Skip to content

Commit 9f1bdb8

Browse files
authoredMar 31, 2025··
Merge pull request #12 from tucksaun/go-123-124
Add Go 1.23 and 1.24 to the CI matrix
2 parents d48e077 + b97644a commit 9f1bdb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/test.yaml

+2
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)
Please sign in to comment.