CI tests Go 1.23

pull/2108/head
Jack Christensen 2024-08-15 18:23:20 -05:00
parent 5747f37d9c
commit 0cbc5db39d
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version: ["1.21", "1.22"]
go-version: ["1.22", "1.23"]
pg-version: [12, 13, 14, 15, 16, cockroachdb]
include:
- pg-version: 12
@ -125,7 +125,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
go-version: ["1.21", "1.22"]
go-version: ["1.22", "1.23"]
steps:
- name: Setup PostgreSQL