From caefcfd920cffeed4cf1c86cb4049f6fef661a7e Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Sun, 30 May 2021 13:19:48 +0530 Subject: [PATCH] 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 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2c288f8..6f58b70 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/DATA-DOG/go-sqlmock -go 1.16 +go 1.15 require github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46