Skip to content

Commit 7d75913

Browse files
authored
Test against Go v1.23.x (#40)
1 parent 6c90e62 commit 7d75913

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
go-test:
1212
strategy:
1313
matrix:
14-
go-version: [1.16.x, 1.19.x]
14+
go-version: [1.16.x, 1.23.x]
1515
os: [ubuntu-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)