Use Go 1.18

pull/1185/head
Jack Christensen 2022-04-09 09:11:19 -05:00
parent 829babcea9
commit 95265a7421
2 changed files with 2 additions and 2 deletions
.github/workflows

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go-version: [1.17]
go-version: [1.18]
pg-version: [10, 11, 12, 13, 14, cockroachdb]
include:
- pg-version: 10

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/jackc/pgx/v5
go 1.17
go 1.18
require (
github.com/jackc/pgpassfile v1.0.0