Update go.mod to require go 1.21

pgx now uses slices package.
pull/2067/head
Jack Christensen 2024-07-01 06:48:51 -05:00
parent dd71547340
commit fa57a20518
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

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