Skip to content

Commit

Permalink
Test Go 1.22 and drop Go 1.20 from testing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Mar 16, 2024
1 parent 7fd6f2a commit c1fce37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c1fce37

Please sign in to comment.