Skip to content

Commit dc3eac4

Browse files
committed
test with go 1.23
1 parent 490e9ab commit dc3eac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go: [ '1.22', '1.21', '1.20' ]
14+
go: [ '1.23', '1.22', '1.21', '1.20' ]
1515
steps:
1616
- uses: actions/checkout@v2
1717

0 commit comments

Comments
 (0)