Skip to content

Commit fac4721

Browse files
Lower our requirement to 1.18 (#6)
Only the our fuzz dependencies require 1.21.
1 parent 0b1842c commit fac4721

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fuzz/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/poki/mongodb-filter-to-postgres/fuzz
22

3-
go 1.22.2
3+
go 1.18
44

55
replace github.com/poki/mongodb-filter-to-postgres v0.0.0 => ../
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/poki/mongodb-filter-to-postgres
22

3-
go 1.22.2
3+
go 1.18

integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/poki/mongodb-filter-to-postgres/fuzz
22

3-
go 1.22.2
3+
go 1.21
44

55
replace github.com/poki/mongodb-filter-to-postgres v0.0.0 => ../
66

0 commit comments

Comments
 (0)