Skip to content

Commit 8166aa3

Browse files
authored
go.mod: Downgrade to Go 1.21 as minimal required version (#22)
1 parent 7177fd7 commit 8166aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/goware/pgkit/v2
22

3-
go 1.22.3
3+
go 1.21
44

55
require (
66
github.com/Masterminds/squirrel v1.5.4

0 commit comments

Comments
 (0)