Update CI to test on Go 1.19

pull/1471/head
Jack Christensen 2023-01-14 09:37:11 -06:00
parent d993cfa8fd
commit fcec008a4c
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
go-version: [1.18]
go-version: [1.19]
pg-version: [11, 12, 13, 14, 15, cockroachdb]
include:
- pg-version: 11