Skip to content

Commit 4f7e19d

Browse files
authored
Merge pull request #2108 from jackc/ci-tests-go-1.23
CI tests Go 1.23
2 parents 5747f37 + 0cbc5db commit 4f7e19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
go-version: ["1.21", "1.22"]
16+
go-version: ["1.22", "1.23"]
1717
pg-version: [12, 13, 14, 15, 16, cockroachdb]
1818
include:
1919
- pg-version: 12
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: windows-latest
126126
strategy:
127127
matrix:
128-
go-version: ["1.21", "1.22"]
128+
go-version: ["1.22", "1.23"]
129129

130130
steps:
131131
- name: Setup PostgreSQL

0 commit comments

Comments
 (0)