Merge pull request #2108 from jackc/ci-tests-go-1.23

CI tests Go 1.23
This commit is contained in:
Jack Christensen 2024-08-15 18:41:48 -05:00 committed by GitHub
commit 4f7e19d67d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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