2
0

Test Go 1.22 and drop Go 1.20 from testing on CI

This commit is contained in:
Jack Christensen
2024-03-16 09:44:23 -05:00
parent 7fd6f2a4f5
commit c1fce377ee
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version: ["1.20", "1.21"]
go-version: ["1.21", "1.22"]
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.20", "1.21"]
go-version: ["1.21", "1.22"]
steps:
- name: Setup PostgreSQL