Skip to content

Commit

Permalink
Merge pull request #2108 from jackc/ci-tests-go-1.23
Browse files Browse the repository at this point in the history
CI tests Go 1.23
  • Loading branch information
jackc authored Aug 15, 2024
2 parents 5747f37 + 0cbc5db commit 4f7e19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f7e19d

Please sign in to comment.