Skip to content

Commit caefcfd

Browse files
support go 1.15
go versions 1.14 and below are unsupported as per https://golang.org/doc/devel/release#policy and hence the library does not support them either
1 parent 2df2d88 commit caefcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/DATA-DOG/go-sqlmock
22

3-
go 1.16
3+
go 1.15
44

55
require github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46

0 commit comments

Comments
 (0)